Update dockerfile

This commit is contained in:
Sami Abuzakuk
2025-10-12 17:09:35 +02:00
parent a6f93edf72
commit f73c66c1a1
6 changed files with 27 additions and 22 deletions

2
docker/services.cron Normal file
View File

@@ -0,0 +1,2 @@
*/1 * * * * . /app/backend/venv/bin/activate && python3 /app/backend/get_notifications.py >> /var/log/cron.log 2>&1
*/5 * * * * cd /app/backend && . /app/backend/venv/bin/activate && python3 /app/backend/run_scripts.py >> /var/log/cron.log 2>&1