Last active
May 26, 2019 12:17
-
-
Save nahidakbar/5951f99345f48f4ed808ac92d9bf516f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM mysql:5.6 | |
COPY dump.sql /docker-entrypoint-initdb.d | |
RUN chmod 755 /docker-entrypoint-initdb.d/* | |
ENV MYSQL_ROOT_PASSWORD test | |
# docker build . -t db && docker run --network=host db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment