Skip to content

Commit

Permalink
[devcontainer] forcing devcontainer to execute docker build script us…
Browse files Browse the repository at this point in the history
…ing bash (project-chip#32193)
  • Loading branch information
Alami-Amine authored Feb 20, 2024
1 parent 02f5674 commit a2e2c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mounts": [
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind"
],
"initializeCommand": ".devcontainer/build.sh --tag matter-dev-environment:local --version 22",
"initializeCommand": "bash .devcontainer/build.sh --tag matter-dev-environment:local --version 22",
"image": "matter-dev-environment:local",
"remoteUser": "vscode",
"customizations": {
Expand Down

0 comments on commit a2e2c8a

Please sign in to comment.