Use bootstrap in devcontainer (#45968)

This commit is contained in:
Joakim Sørensen
2021-02-04 10:41:28 +01:00
committed by GitHub
parent 06e6005fbb
commit 7e9500e465
3 changed files with 13 additions and 3 deletions

View File

@@ -2,7 +2,8 @@
"name": "Home Assistant Dev",
"context": "..",
"dockerFile": "../Dockerfile.dev",
"postCreateCommand": "mkdir -p config && pip3 install -e .",
"postCreateCommand": "script/bootstrap",
"containerEnv": { "DEVCONTAINER": "1" },
"appPort": 8123,
"runArgs": ["-e", "GIT_EDITOR=code --wait"],
"extensions": [