Added back Port 3306 just in case for debugging

This commit is contained in:
William Miceli
2019-11-24 22:34:59 -05:00
parent dc0c7f4381
commit cef19f325d

View File

@@ -31,5 +31,5 @@ COPY /var/www/ /var/www/
RUN chown -R www-data:www-data /var/www RUN chown -R www-data:www-data /var/www
# Expose Insecure Web, MySQL Server # Expose Insecure Web, MySQL Server
EXPOSE 80 EXPOSE 80 3306
CMD ["/bin/sh", "/entrypoint.sh"] CMD ["/bin/sh", "/entrypoint.sh"]