Skip to content

Commit

Permalink
change rudolf update every 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
liyakun committed May 9, 2018
1 parent 831f299 commit 4582181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-config/rudolf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY ./refreshCache /refreshCache
RUN chmod a+rwx /refreshCache

# Running refresh of Cache takes 5 mins:
RUN (crontab -l ; echo "*/30 * * * * /refreshCache" ; echo)| crontab -
RUN (crontab -l ; echo "*/5 * * * * /refreshCache" ; echo)| crontab -

EXPOSE 8990
COPY ./start.sh /start.sh
Expand Down

0 comments on commit 4582181

Please sign in to comment.