Add cron job setup and entrypoint script for scheduled task execution

This commit is contained in:
2025-10-29 21:48:46 +01:00
parent 0412ca1321
commit 8b5fa414d7
3 changed files with 20 additions and 2 deletions

1
crontab Normal file
View File

@@ -0,0 +1 @@
0 8 * * * python /app/main.py >> /var/log/cron.log 2>&1