From 7bcbccc620c450ce0f44a53cbc5df37dde12247b Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sat, 19 Oct 2019 16:14:30 -0400 Subject: [PATCH] Testing issue with nginx default.conf not showing up --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e898d6f..6ad18d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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