Testing issue with nginx default.conf not showing up

This commit is contained in:
WilliamMiceli
2019-10-19 16:14:30 -04:00
parent c84484bd53
commit 7bcbccc620

View File

@@ -10,7 +10,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
&& rm -rf /var/lib/apt/lists/*
# Setting up PHP
COPY /etc/* /etc/
COPY /etc/ /etc/
# 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