4 lines
35 B
Docker
4 lines
35 B
Docker
|
FROM mysql:8.3.0
|
||
|
COPY my.cnf /etc
|
||
|
|