Skip to content

Commit

Permalink
Make run-cron.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales authored Jul 13, 2024
1 parent e773702 commit 4e52c58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN cd ../ \
RUN cp cron_jobs/cron-jobs /etc/cron.d/cron-jobs \
&& chmod 0644 /etc/cron.d/cron-jobs

RUN chmod +x run-cron.sh

# Create empty placeholder file for logging-related credentials
RUN mkdir -p cron_jobs/credentials \
&& touch cron_jobs/credentials/ricepilaf-logger-key.json
Expand Down

0 comments on commit 4e52c58

Please sign in to comment.