Update jitsi_admin_application_dockerfile.txt
This commit is contained in:
parent
47c94b6030
commit
1a78025974
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ RUN mkdir /etc/service/symfony_messenger \
|
|||
|
||||
RUN echo "# Docker Cron Jobs" > /etc/crontabs/nobody \
|
||||
&& echo "* * * * * curl http://localhost:8080/health/check" >> /etc/crontabs/nobody \
|
||||
&& echo "* * * * * /bin/sh /distributed_cron.sh '${WEBDIR}/data/cron_log' 'php ${WEBDIR}/bin/console cron:run' >/dev/null 2>&1" >> /etc/crontabs/nobody \
|
||||
&& echo "* * * * * /bin/sh /distributed_cron.sh '${WEBDIR}/data/cron_lock' 'php ${WEBDIR}/bin/console cron:run' >/dev/null 2>&1" >> /etc/crontabs/nobody \
|
||||
&& chown nobody:nobody /etc/crontabs/nobody \
|
||||
&& chmod +x /etc/crontabs/nobody
|
||||
|
||||
|
|
Loading…
Reference in a new issue