Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
FROM mysql/mysql-server:latest
WORKDIR /docker-entrypoint-initdb.d
COPY docker/mysql/mysql-script.sql .
RUN chmod -R 775 /docker-entrypoint-initdb.d