Update jitsi_admin_application_dockerfile.txt

This commit is contained in:
holzi1005 2024-11-16 16:29:07 +01:00
parent 112b460321
commit 5545bfdbe9

View file

@ -31,7 +31,7 @@ RUN apk --no-cache add \
php83-sockets \
&& rm -rf /var/cache/apk/*
RUN sed -i 's/^;date.timezone =.*$/date.timezone = "Europe\/Berlin"/' /etc/php83/php.ini
RUN sed -i 's/^;date.timezone=.*$/date.timezone="Europe\/Berlin"/' /etc/php83/conf.d/custom.ini
RUN mkdir /etc/service/crond \
&& echo "#!/bin/sh -e" > /etc/service/crond/run \