Update jitsi_admin_application_dockerfile.txt
This commit is contained in:
parent
112b460321
commit
5545bfdbe9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ RUN apk --no-cache add \
|
||||||
php83-sockets \
|
php83-sockets \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& 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 \
|
RUN mkdir /etc/service/crond \
|
||||||
&& echo "#!/bin/sh -e" > /etc/service/crond/run \
|
&& echo "#!/bin/sh -e" > /etc/service/crond/run \
|
||||||
|
|
Loading…
Reference in a new issue