Skip to content

Commit

Permalink
Try to fix crond invalid number ' 2'
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Feb 29, 2024
1 parent 5c565b0 commit bb1c626
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 @@ -8,4 +8,4 @@ RUN chmod +x /usr/local/bin/notify-wikijs-recent-updates.sh
RUN echo '*/5 * * * * /usr/local/bin/notify-wikijs-recent-updates.sh' > /etc/crontabs/root

# Run the cron with log level 2, and in foreground so it doesn't exit immediately
CMD ["crond", "-l 2", "-f"]
CMD ["crond", "-l2", "-f"]

0 comments on commit bb1c626

Please sign in to comment.