mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
5 lines
73 B
Docker
5 lines
73 B
Docker
FROM mysql:5.7
|
|
|
|
# make any changes to MySQL installation
|
|
|
|
EXPOSE 3306 |