fix(docker): use correct paths in crontab
This commit is contained in:
parent
fff38fa994
commit
13b85389fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue