Skip to content

Commit

Permalink
fix permissions of crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kaupat committed Apr 6, 2019
1 parent 2638378 commit 724bd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ VOLUME /var/www/html/userdata

# Setup CRON
COPY crontab /etc/crontab
RUN chown root: /etc/crontab && chmod 722 /etc/crontab
RUN chown root: /etc/crontab && chmod 644 /etc/crontab

# TODO:
# Bitte löschen Sie den Ordner www/setup!
Expand Down

0 comments on commit 724bd90

Please sign in to comment.