fix: update final code deployment

This commit is contained in:
muthianura
2026-06-15 21:53:17 +07:00
parent 62a5a26fe0
commit 9cc6fcf52d
42 changed files with 177 additions and 23 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM mysql:8.0
# Bake all three sub-project schemas + seed data into one database.
# No table-name collisions across them, and config.php reads the DB name
# from the DB_NAME env var, so a single shared database is fine.
# Files in initdb.d run alphabetically against $MYSQL_DATABASE on first boot.
COPY spbu/webgis.sql /docker-entrypoint-initdb.d/01_spbu.sql
COPY parsiljalan/webgis2.sql /docker-entrypoint-initdb.d/02_jalantanah.sql
COPY povertymap/gis_penduduk_miskin.sql /docker-entrypoint-initdb.d/03_miskin.sql