Skip to content

Commit

Permalink
fix: docker-in-docker is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jul 22, 2024
1 parent b5dd3e9 commit de8511a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
}
},
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bash /workspaces/dapp-agoric-basics/make_ports_public.sh 26657 5173 1317"
"postCreateCommand": "bash /workspaces/dapp-agoric-basics/make_ports_public.sh 26657 5173 1317",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
}
}

0 comments on commit de8511a

Please sign in to comment.