X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eff9ca439795bffd16af8a9e339879d5704e5875..e40a312eb20155b967a0ffdd1b3f6b36398a5944:/dockerfile-db diff --git a/dockerfile-db b/dockerfile-db index b1367395..757aa0b3 100644 --- a/dockerfile-db +++ b/dockerfile-db @@ -3,7 +3,3 @@ 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/