5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
FROM mysql:8.0
|
|
|
|
COPY ./init.sql /docker-entrypoint-initdb.d/
|
|
|
|
EXPOSE 3306 |