Mercurial > code > home > repos > homeauto
diff service/store/tasks.py @ 722:a93fbf0d0daa
dep updates; graph url renames; and other build updates
Ignore-this: 4603ef3d8db650a13e543dad8580ade8
author | drewp@bigasterisk.com |
---|---|
date | Wed, 05 Feb 2020 00:23:06 -0800 |
parents | 2baf1f0994e3 |
children | 98e0695e6ada |
line wrap: on
line diff
--- a/service/store/tasks.py Wed Feb 05 00:22:48 2020 -0800 +++ b/service/store/tasks.py Wed Feb 05 00:23:06 2020 -0800 @@ -19,7 +19,7 @@ @task(pre=[build_image]) def local_run(ctx): - ctx.run(f'docker run --rm -it -p {PORT}:{PORT} -v `pwd`:/opt/homeauto_store --dns 10.2.0.1 --dns-search bigasterisk.com --net=host {TAG} python {JOB}.py -v', pty=True) + ctx.run(f'docker run --rm -it -p {PORT}:{PORT} -v `pwd`:/opt/homeauto_store --dns 10.2.0.1 --dns-search bigasterisk.com --net=host {TAG} python3 {JOB}.py -v', pty=True) @task(pre=[push_image]) def redeploy(ctx):