4 lines
51 B
Docker
4 lines
51 B
Docker
FROM mysql:latest
|
|
|
|
COPY ./my.cnf /etc/mysql/my.cnf
|
FROM mysql:latest
|
|
|
|
COPY ./my.cnf /etc/mysql/my.cnf
|