From 694868a672070ebb2c66de9b16a3c1c072ded3ce Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Fri, 21 Mar 2025 11:28:41 +0100 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2abd558..1324275 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,6 @@ COPY --from=composer-build /var/www/html /var/www/html RUN sed -ri -e 's!upload_max_filesize = 2M!upload_max_filesize = 8M!g' /etc/php84/conf.d/custom.ini +USER nobody + VOLUME /var/www/html \ No newline at end of file