Update odc_application_dockerfile.txt
This commit is contained in:
parent
4937270e6c
commit
730d6f1031
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN apk --no-cache add \
|
|||
php83-sqlite3 \
|
||||
php83-pdo_sqlite
|
||||
|
||||
RUN mkdir /etc/service/crond \
|
||||
RUN mkdir /etc/service/cron \
|
||||
&& echo "#!/bin/sh" > /etc/service/cron/run \
|
||||
&& echo "exec 2>&1 supercronic /var/crontab" >> /etc/service/cron/run \
|
||||
&& chown -R nobody:nobody /etc/service/cron \
|
||||
|
|
Loading…
Reference in a new issue