From 211ddc21ef8862b8d9226def1cb52511a536d594 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Thu, 3 Jul 2025 12:11:03 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5302c2..b0c79eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,6 @@ RUN apk --no-cache add php${PHP_VERSION} \ rm -rf /var/cache/apk/* COPY nginx.conf /etc/nginx/nginx.conf - RUN mkdir -p /usr/share/nginx/html COPY *.html /usr/share/nginx/html COPY *.php /usr/share/nginx/html