4 lines
135 B
Plaintext
Raw Normal View History

FROM mysql/mysql-server:latest
WORKDIR /docker-entrypoint-initdb.d
COPY mysql-script.sql .
RUN chmod -R 775 /docker-entrypoint-initdb.d