Update jitsi_admin_application_dockerfile.txt

This commit is contained in:
holzi1005 2024-11-16 21:07:05 +01:00
parent 8f9b19eb13
commit 77424bc89b

View file

@ -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