fixing bash script python path
All checks were successful
Build Docker Image / build (push) Successful in 2m31s

This commit is contained in:
Tudor Sitaru
2025-12-23 13:30:00 +00:00
parent dfd047518e
commit ed93e27661

View File

@@ -1,4 +1,7 @@
# ParentZone Downloaders Cron Schedule # ParentZone Downloaders Cron Schedule
SHELL=/bin/bash
PATH=/usr/local/bin:/usr/bin:/bin
# Run both downloaders daily at 2:00 AM # Run both downloaders daily at 2:00 AM
0 2 * * * /app/scripts/scheduler.sh >> /var/log/cron.log 2>&1 0 2 * * * /app/scripts/scheduler.sh >> /var/log/cron.log 2>&1