Improve startup of devcontainer (#26572)

This commit is contained in:
Pascal Vizeli
2019-09-11 11:20:21 +02:00
committed by GitHub
parent 02466ed8ab
commit 702a524b55
3 changed files with 19 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"name": "Home Assistant Dev",
"context": "..",
"dockerFile": "../Dockerfile.dev",
"postCreateCommand": "pip3 install -e .",
"postCreateCommand": "mkdir -p config && pip3 install -e .",
"appPort": 8123,
"runArgs": ["-e", "GIT_EDITOR=\"code --wait\""],
"extensions": [