We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7952b commit c685c3eCopy full SHA for c685c3e
.devcontainer/devcontainer.json
@@ -1,5 +1,4 @@
1
{
2
"name": "Node.js",
3
- "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
4
- "postCreateCommand": "npm i"
+ "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye"
5
}
0 commit comments