docker: install PHP settings inside the image

This commit is contained in:
Zankaria 2026-03-28 16:57:15 +01:00
parent ce74933e87
commit 9b0fdf3fe4

View file

@ -76,6 +76,8 @@ RUN rmdir /var/www/html \
&& install -d -m 700 -o www-data -g www-data /var/cache/gen-cache \
&& install -d -m 700 -o www-data -g www-data /var/cache/template-cache
COPY ./docker/php/upload.ini /usr/local/etc/php/conf.d/upload.ini
# Copy the bootstrap script.
COPY ./docker/php/bootstrap.sh /usr/local/bin/bootstrap.sh