Skip to content

Commit

Permalink
fix: remove yarn install from postStartCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Aug 13, 2024
1 parent 98a9703 commit a2efc1b
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 @@ -18,7 +18,7 @@
"onAutoForward": "silent"
}
},
"postStartCommand": "yarn install && bash /workspaces/dapp-offer-up/make_ports_public.sh 26657 1317",
"postStartCommand": "/bin/bash /workspaces/dapp-offer-up/make_ports_public.sh 26657 1317",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
Expand Down

0 comments on commit a2efc1b

Please sign in to comment.