Skip to content

Commit

Permalink
Another crontab fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Apr 8, 2024
1 parent 26eddb8 commit 87c5cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN Rscript -e "remotes::install_version('h2o', '3.42.0.2')"

COPY docker-resources/crontab /etc/cron.d/iit-crontab
RUN chmod 0644 /etc/cron.d/iit-crontab
RUN crontab /etc/cron.d/iit-crontab
RUN touch /var/log/cron.log
COPY IIT-Prediction/model/V7 /app/model
COPY SQL/iit_prod_data_extract.sql /app/iit_prod_data_extract.sql
Expand Down

0 comments on commit 87c5cb5

Please sign in to comment.