We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb8d0f commit 86fddf2Copy full SHA for 86fddf2
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
"name": "Home Assistant Dev",
3
"context": "..",
4
"dockerFile": "../Dockerfile.dev",
5
- "postCreateCommand": "script/setup",
+ "postCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder} && script/setup",
6
"postStartCommand": "script/bootstrap",
7
"containerEnv": {
8
"PYTHONASYNCIODEBUG": "1"
0 commit comments