fix: COPY init.sql into DB image, remove Next.js basePath for Traefik prefix stripping
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM mysql:8.0
|
||||
|
||||
# Copy the SQL initialization script into the MySQL entrypoint directory.
|
||||
# MySQL will automatically run all .sql files here on first startup (when data volume is empty).
|
||||
COPY docker/db/init.sql /docker-entrypoint-initdb.d/init.sql
|
||||
Reference in New Issue
Block a user