7 lines
228 B
Plaintext
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
|