ThekendienstBot/docker/crontab
Guilherme Bufolo f9f28dc55d Add files for docker image
This docker image runs the script every sunday at 16:00.
2024-08-21 01:28:43 +02:00

6 lines
357 B
Plaintext

# 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