Skip to content

Commit

Permalink
WIP: Increase cron interval for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aequitas committed Nov 5, 2024
1 parent 1edcfa3 commit f029035
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/util.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COPY docker/cron/periodic /etc/periodic/
# create separate periodic config for cron-docker service
RUN cp -r /etc/crontabs /etc/crontabs-docker
RUN sed -i 's/periodic/periodic-docker/' /etc/crontabs-docker/root
RUN sed -i 's/15/5/g' /etc/crontabs-docker/root

# install cron tasks for cron-docker
COPY docker/cron-docker/periodic /etc/periodic-docker/
Expand Down

0 comments on commit f029035

Please sign in to comment.