Added entity type as read only field on custom field edit page.
[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/