Uecko_ERP_FactuGES_sync/cronjob
2025-11-30 10:43:57 +01:00

7 lines
228 B
Plaintext

*/5 * * * * /usr/local/bin/python /opt/uecko_sync_app/app/main.py >> /var/log/cron.log 2>&1
*/5 * * * * docker run --rm \
--env-file /opt/my_project/config/prod.env \
-v /opt/my_project/logs:/app/logs \
my_project:latest