Skip to content

Commit

Permalink
fix: port opening
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jul 18, 2024
1 parent de4dc06 commit d7b10ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
}
},
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bash ./make_ports_public.sh 5173 1317 26657 && yarn install",
"postStartCommand": "bash ./make_ports_public.sh 5173 1317 26657 && yarn install",
"postCreateCommand": "bash /workspaces/dapp-agoric-basics/make_ports_public.sh 26657 5173 1317",
"postStartCommand": "/workspaces/dapp-agoric-basics/make_ports_public.sh 26656 5173 1317 26657 && yarn install",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
}
Expand Down

0 comments on commit d7b10ad

Please sign in to comment.