Removed unneeded MySQL port
This commit is contained in:
@@ -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"]
|
||||||
Reference in New Issue
Block a user