Update odc_application_dockerfile.txt

This commit is contained in:
holzi1005 2024-11-17 00:22:12 +01:00
parent 730d6f1031
commit 90627197f5

View file

@ -24,7 +24,7 @@ RUN apk --no-cache add \
RUN mkdir /etc/service/cron \
&& echo "#!/bin/sh" > /etc/service/cron/run \
&& echo "exec 2>&1 supercronic /var/crontab" >> /etc/service/cron/run \
&& echo "exec 2>&1 /supercronic /var/crontab" >> /etc/service/cron/run \
&& chown -R nobody:nobody /etc/service/cron \
&& chmod -R +x /etc/service/cron