Update Dockerfile

This commit is contained in:
Alexandre
2023-01-07 11:36:09 +01:00
committed by GitHub
parent 5a15a5736d
commit 53231c8c03

View File

@@ -78,7 +78,7 @@ RUN apk -U update && \
&& git clone --depth=1 https://github.com/spotweb/spotweb.git /app \
# spotweb needs a timezone set in the php.ini
# TODO: Can we dynamically set the correct timezone here ?
&& sed -i "s/;date.timezone =/date.timezone = \"Europe\/Amsterdam\"/g" /etc/php8/php.ini \
&& sed -i "s/;date.timezone =/date.timezone = \"Europe\/Amsterdam\"/g" /etc/php*/php.ini \
&& mkdir /app/cache \
&& mkdir /var/tmp/nginx