Convert landing-page and database services to custom Dockerfile builds to avoid host volume mounting errors

This commit is contained in:
ilham_gmail
2026-06-12 14:08:00 +07:00
parent a907d9ced2
commit 4fa2cd162c
3 changed files with 19 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM mysql:8.0
# Copy the initialization SQL script into the container
COPY ./init-db.sql /docker-entrypoint-initdb.d/init-db.sql