4 lines
83 B
Text
4 lines
83 B
Text
|
FROM mysql:8.0-debian
|
||
|
|
||
|
WORKDIR /docker-entrypoint-initdb.d
|
||
|
COPY mysql_schema.sql ./
|