Skip to content

Commit

Permalink
A few changes to the cronjobs..
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap committed Apr 29, 2024
1 parent 69e5941 commit 3ea19a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ RUN crontab /data/crontab.txt
ADD run.sh $WDIR/run.sh
ADD monitor.sh $WDIR/monitor.sh
ADD alerts.sh $WDIR/alerts.sh
COPY authmap-prod.cron /tmp/authmap-prod.cron
COPY authmap-preprod.cron /tmp/authmap-preprod.cron
COPY authmap-test.cron /tmp/authmap-test.cron
COPY authmap-prod.sh /tmp/authmap-prod.sh
COPY authmap-preprod.sh /tmp/authmap-preprod.sh
COPY authmap-test.sh /tmp/authmap-test.sh
COPY copy_cron.sh $WDIR/copy_cron.sh


Expand Down

0 comments on commit 3ea19a0

Please sign in to comment.