Skip to content

Commit

Permalink
Bundle all cron-related commands
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales authored Jul 13, 2024
1 parent 4e52c58 commit 066dbd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ RUN cd ../ \

# Run cron jobs
RUN cp cron_jobs/cron-jobs /etc/cron.d/cron-jobs \
&& chmod 0644 /etc/cron.d/cron-jobs

RUN chmod +x run-cron.sh
&& chmod 0644 /etc/cron.d/cron-jobs \
&& chmod +x run-cron.sh

# Create empty placeholder file for logging-related credentials
RUN mkdir -p cron_jobs/credentials \
Expand Down

0 comments on commit 066dbd3

Please sign in to comment.