Update jitsi_admin_application_dockerfile.txt

This commit is contained in:
holzi1005 2024-11-16 16:39:32 +01:00
parent 5545bfdbe9
commit 8f9b19eb13

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/conf.d/custom.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 \