Add files for docker image

This docker image runs the script every sunday at 16:00.
This commit is contained in:
Guilherme Bufolo
2024-08-21 01:28:43 +02:00
parent b4a888ca1f
commit f9f28dc55d
3 changed files with 37 additions and 0 deletions
+5
View File
@@ -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