6 lines
98 B
Docker
6 lines
98 B
Docker
FROM mysql:latest
|
|
|
|
COPY ./my.cnf /etc/mysql/my.cnf
|
|
|
|
#COPY ./init.sql /docker-entrypoint-initdb.d/
|