Update jitsi_admin_application_dockerfile.txt
This commit is contained in:
parent
8f9b19eb13
commit
77424bc89b
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ 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_lock' 'php ${WEBDIR}/bin/console cron:run' >/dev/null 2>&1" >> /etc/crontabs/nobody \
|
||||
&& echo "" >> /etc/crontabs/nobody \
|
||||
&& rm /etc/crontabs/root \
|
||||
&& chown nobody:nobody /etc/crontabs/nobody \
|
||||
&& chmod +x /etc/crontabs/nobody
|
||||
|
||||
|
|
Loading…
Reference in a new issue