We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f5674 commit a2e2c8aCopy full SHA for a2e2c8a
.devcontainer/devcontainer.json
@@ -14,7 +14,7 @@
14
"mounts": [
15
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind"
16
],
17
- "initializeCommand": ".devcontainer/build.sh --tag matter-dev-environment:local --version 22",
+ "initializeCommand": "bash .devcontainer/build.sh --tag matter-dev-environment:local --version 22",
18
"image": "matter-dev-environment:local",
19
"remoteUser": "vscode",
20
"customizations": {
0 commit comments