dragon_fire/docker_dev/MysqlDockerfile

4 lines
No EOL
83 B
Text

FROM mysql:8.0-debian
WORKDIR /docker-entrypoint-initdb.d
COPY mysql_schema.sql ./