Separated users section on reports in 2 for active and inactive users.
[timetracker.git] / dockerfile-db
1 # This file is for development work. Not suitable for production.
2 FROM mariadb:latest
3
4 # Copy database creation script.
5 COPY mysql.sql /docker-entrypoint-initdb.d/