Add files for docker image
This docker image runs the script every sunday at 16:00.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Runs every sunday at 16:00
|
||||
0 16 * * 0 /usr/local/bin/python3 /app/reportMissingThekendienst.py /app/base_config.json /app/check_next_7_days.json > /app/thekendienstbot_week.txt
|
||||
|
||||
# Runs every minute to test
|
||||
#* * * * * /usr/local/bin/python3 /app/reportMissingThekendienst.py /app/base_config.json /app/check_next_7_days.json > /app/thekendienstbot_min.txt
|
||||
Reference in New Issue
Block a user