Update odc_application_dockerfile.txt
This commit is contained in:
parent
90627197f5
commit
44e675768e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ RUN wget https://git.h2-invent.com/Public-System-Design/Public-Helperscripts/raw
|
|||
|
||||
RUN echo "# Docker Cron Jobs" > /var/crontab \
|
||||
&& echo "SHELL=/bin/sh" >> /var/crontab \
|
||||
&& echo "* * * * * data" >> /var/crontab \
|
||||
&& echo "* * * * * date" >> /var/crontab \
|
||||
&& echo "0 1 * * * curl https://open-datenschutzcenter.de/health/check" >> /var/crontab \
|
||||
&& echo "0 9 * * 1-5 /bin/sh /distributed_cron.sh '${WEBDIR}/data/cron_log' 'php ${WEBDIR}/bin/console app:cron'" >> /var/crontab \
|
||||
&& echo "" >> /var/crontab
|
||||
|
|
Loading…
Reference in a new issue