Skip to content

Commit

Permalink
Merge pull request #72 from reload/fix-permissions
Browse files Browse the repository at this point in the history
Fix crontab file permissions
  • Loading branch information
xendk authored Jan 17, 2022
2 parents 064802d + a6f666f commit caeef8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qversion: 2
version: 2
updates:
- package-ecosystem: docker
directory: "/"
Expand Down
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 caeef8f

Please sign in to comment.