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