From e40a312eb20155b967a0ffdd1b3f6b36398a5944 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 16 Jan 2019 00:40:16 +0000 Subject: [PATCH] Removed populate.sql from dockerfile. --- .gitignore | 1 - WEB-INF/templates/footer.tpl | 2 +- dockerfile-db | 4 ---- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0dba767f..92e2728c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ config.php -populate.sql WEB-INF/templates_c/*.* WEB-INF/templates_c/import_* WEB-INF/templates_c/tt* diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index d7ec5d2b..d49ca6d7 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.36.4705 | Copyright © Anuko | +  Anuko Time Tracker 1.18.36.4706 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} 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/ -- 2.20.1