mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 18:08:16 +01:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user