Convert landing-page and database services to custom Dockerfile builds to avoid host volume mounting errors
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user