Update odc_application_dockerfile.txt
This commit is contained in:
parent
730d6f1031
commit
90627197f5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ RUN apk --no-cache add \
|
||||||
|
|
||||||
RUN mkdir /etc/service/cron \
|
RUN mkdir /etc/service/cron \
|
||||||
&& echo "#!/bin/sh" > /etc/service/cron/run \
|
&& 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 \
|
&& chown -R nobody:nobody /etc/service/cron \
|
||||||
&& chmod -R +x /etc/service/cron
|
&& chmod -R +x /etc/service/cron
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue