Skip to content

Commit

Permalink
Merge pull request #8121 from 4teamwork/fix-crontab-permissions
Browse files Browse the repository at this point in the history
Ensure crontab file has correct mode
  • Loading branch information
buchi authored Jan 30, 2025
2 parents b7e9de9 + 3d6a4ec commit 4383d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/GH-8121.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ensure crontab file has correct mode. [buchi]
1 change: 1 addition & 0 deletions docker/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ COPY ./docker/core/entrypoint.d /app/entrypoint.d
COPY ./docker/core/docker-entrypoint.sh ./docker/core/inituser /app/
COPY ./docker/core/zopectl /app/bin/
COPY --chown=plone ./docker/core/cron /app/cron
RUN chmod 644 /app/cron/crontab

RUN mkdir -p /app/var/log /app/var/instance \
&& chown plone:plone /app/var/log \
Expand Down

0 comments on commit 4383d77

Please sign in to comment.