Mercurial > code > home > repos > homeauto
diff service/arduinoNode/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 | 048a8df60e2e |
children |
line wrap: on
line diff
--- a/service/arduinoNode/tasks.py Wed Feb 05 00:22:48 2020 -0800 +++ b/service/arduinoNode/tasks.py Wed Feb 05 00:23:06 2020 -0800 @@ -7,7 +7,7 @@ @task def build_image(ctx): - ctx.run(f'docker build -t {TAG} .') + ctx.run(f'docker build --network=host -t {TAG} .') @task(pre=[build_image]) def push_image(ctx):