Removed unneeded MySQL port

This commit is contained in:
WilliamMiceli
2019-11-23 00:12:20 -05:00
parent ed85d2dc78
commit d84df24e08

View File

@@ -38,5 +38,5 @@ RUN chown -R www-data:www-data /var/www
#RUN mysql -u root friendbook < initialization.sql #RUN mysql -u root friendbook < initialization.sql
# Expose Insecure Web, MySQL Server # Expose Insecure Web, MySQL Server
EXPOSE 80 3306 EXPOSE 80
CMD ["/bin/sh", "/entrypoint.sh"] CMD ["/bin/sh", "/entrypoint.sh"]