updated Dockerfile

This commit is contained in:
2025-04-25 16:01:46 +03:00
parent f4e43306c1
commit a886c2f28c
2 changed files with 19 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ echo "PYTHONUNBUFFERED=1" >> /env.sh
echo "PYTHONDONTWRITEBYTECODE=1" >> /env.sh
# Make the environment file available to cron
echo "0 8 * * * . /env.sh && /run_app.sh >> /var/log/cron.log 2>&1" > /tmp/crontab_list
echo "0 8 * * * /run_app.sh >> /var/log/cron.log 2>&1" > /tmp/crontab_list
crontab /tmp/crontab_list
# Start cron