diff --git a/jitsi_admin_application_dockerfile.txt b/jitsi_admin_application_dockerfile.txt index b7bc75f..5a0b5ea 100644 --- a/jitsi_admin_application_dockerfile.txt +++ b/jitsi_admin_application_dockerfile.txt @@ -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