Dockerfile aktualisiert

This commit is contained in:
2025-03-21 11:28:41 +01:00
parent 870ee80f6a
commit 694868a672

View File

@@ -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