Update jitsi_admin_application_dockerfile.txt
This commit is contained in:
parent
5545bfdbe9
commit
8f9b19eb13
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue