mirror of
https://gitee.com/markliu2013/docker-compose-moneynote.git
synced 2024-11-17 20:58:02 +08:00
feature
This commit is contained in:
parent
ae42374dc6
commit
f925e3ca73
@ -8,6 +8,9 @@ COPY my.cnf /etc/mysql/conf.d/my.cnf
|
||||
COPY init.sql /data/1.sql
|
||||
|
||||
RUN chmod 0444 /etc/mysql/conf.d/my.cnf
|
||||
RUN chmod 0444 /data/1.sql
|
||||
RUN chown $(whoami) /data/1.sql
|
||||
RUN chgrp $(whoami) /data/1.sql
|
||||
|
||||
CMD ["mysqld"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user