Skip to content

Commit

Permalink
Fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
nanofi committed Dec 8, 2014
1 parent b19d697 commit 5f61aab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM mysql:5.6
FROM mysql:5.7

MAINTAINER nanofi <[email protected]>

RUN usermod -u 1000 mysql
COPY docker-entrypoint.sh /entrypoint.sh

CMD ["mysqld_safe", "--datadir=/var/lib/mysql", "--user=mysql"]

0 comments on commit 5f61aab

Please sign in to comment.