fix(docker): use correct paths in crontab

This commit is contained in:
Iain Learmonth 2023-03-13 11:31:41 +00:00
parent fff38fa994
commit 13b85389fb

View file

@ -1 +1 @@
*/1 * * * * (cd /srv/portal ; python -m app.cli automate --all) > /dev/null 2>&1
*/1 * * * * (cd /srv/bc ; /usr/bin/env python3 -m app.cli automate --all) > /dev/null 2>&1