Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fermayo committed Dec 11, 2013
1 parent 13ec579 commit 5c6c7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ADD ./set_root_pw.sh /set_root_pw.sh
RUN chmod 755 /set_root_pw.sh
ADD ./import_sql.sh /import_sql.sh
RUN chmod 755 /import_sql.sh
RUN /set_root_pw "changeme!now!"
RUN /set_root_pw.sh "changeme!now!"

EXPOSE 3306
CMD ["/run.sh"]

0 comments on commit 5c6c7dc

Please sign in to comment.