X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6b81cfb401a9ca7fa3e963c5e71ff3f5a0c1b01a..c3feccfa60f8970ea2c2891d22549b2913a9561f:/dockerfile-db diff --git a/dockerfile-db b/dockerfile-db new file mode 100644 index 00000000..b1367395 --- /dev/null +++ b/dockerfile-db @@ -0,0 +1,9 @@ +# This file is for development work. Not suitable for production. +FROM mariadb:latest + +# Copy database creation script. +COPY mysql.sql /docker-entrypoint-initdb.d/ + +# Copy database population script, if available. +# TODO: design a better directory structure. +COPY populate.sql /docker-entrypoint-initdb.d/