Dockerfile aktualisiert

This commit is contained in:
2025-03-21 11:45:39 +01:00
parent 7fd2439b55
commit 37ea99cf5e

View File

@@ -14,6 +14,4 @@ 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
USER nobody