Skip to content

Commit

Permalink
Fix crontab file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Jan 17, 2022
1 parent 064802d commit 1492d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN php5enmod opcache-config php-config

# Add our crontab.
COPY docker/crontab /etc/cron.d/harvester
RUN chmod go= /etc/cron.d/harvester

# Script for setting up harvester.
COPY docker/harvester /etc/my_init.d/
Expand Down

0 comments on commit 1492d65

Please sign in to comment.