MySQL install is annoying

This commit is contained in:
WilliamMiceli
2019-10-19 00:09:42 -04:00
parent 5fc06f890f
commit 0dfad8cfbd

View File

@@ -6,6 +6,9 @@ WORKDIR /var/www
RUN apt-get update && apt-get install mysql-server nginx -y \
&& rm -rf /var/lib/apt/lists/*
# Setting up MySQL --Will come back to later, as it's not necessary and not playing very well with automation
#RUN mysql_secure_installation --use-defaults
COPY /entrypoint.sh /
# Expose Insecure Web, MySQL Server