mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Call setup during devcontainer create (#46224)
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"name": "Home Assistant Dev",
|
||||
"context": "..",
|
||||
"dockerFile": "../Dockerfile.dev",
|
||||
"postCreateCommand": "script/bootstrap",
|
||||
"postCreateCommand": "script/setup",
|
||||
"postStartCommand": "script/bootstrap",
|
||||
"containerEnv": { "DEVCONTAINER": "1" },
|
||||
"appPort": 8123,
|
||||
"runArgs": ["-e", "GIT_EDITOR=code --wait"],
|
||||
|
||||
Reference in New Issue
Block a user