Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
1 contributor

Users who have contributed to this file

7 lines (5 sloc) 173 Bytes
FROM alpine
# Run every minute
RUN echo '* * * * * wget -qO- response:8000/slack/cron_minute' > /etc/crontabs/root
# Run crond in the foreground
CMD ["crond", "-f"]
You can’t perform that action at this time.