Skip to content

Commit 86fddf2

Browse files
authored
Fix devContainer startup (home-assistant#127042)
1 parent 1eb8d0f commit 86fddf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Home Assistant Dev",
33
"context": "..",
44
"dockerFile": "../Dockerfile.dev",
5-
"postCreateCommand": "script/setup",
5+
"postCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder} && script/setup",
66
"postStartCommand": "script/bootstrap",
77
"containerEnv": {
88
"PYTHONASYNCIODEBUG": "1"

0 commit comments

Comments
 (0)