dragon_fire/docker_dev/MysqlDockerfile

4 lines
83 B
Text
Raw Permalink Normal View History

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