Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Tripathi <[email protected]>
  • Loading branch information
ashucoder9 authored Nov 20, 2024
1 parent 0d1e592 commit f5b62e2
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 @@ -23,7 +23,7 @@
"postStartCommand": {
"update-git-submodules": "git submodule update --recursive",
"enable-avalanche-cli-metrics": "avalanche config metrics enable",
"configure-ports": "bash .devcontainer/configure-ports.sh"
"configure-ports": "chmod +x .devcontainer/configure-ports.sh && .devcontainer/configure-ports.sh"
},
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
Expand Down

0 comments on commit f5b62e2

Please sign in to comment.