Update Dockerfile
This commit is contained in:
parent
f3a6507bfa
commit
f7871c3068
1 changed files with 2 additions and 0 deletions
|
@ -21,4 +21,6 @@ RUN echo "# Docker Cron Jobs" > /var/crontab \
|
|||
&& echo "" >> /var/crontab \
|
||||
&& chown nobody:nobody /var/crontab
|
||||
|
||||
COPY --chown=nobody --chmod=0755 cron_create.sh /docker-entrypoint-init.d/00-cron_create.sh
|
||||
|
||||
USER nobody
|
||||
|
|
Loading…
Add table
Reference in a new issue