We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b17bc4f + 7645716 commit 7221dabCopy full SHA for 7221dab
.devcontainer/devcontainer.json
@@ -58,7 +58,7 @@
58
},
59
60
// Use 'postCreateCommand' to run commands after the container is created.
61
- "postCreateCommand": "npm ci && npm start",
+ "postCreateCommand": "npm ci",
62
63
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
64
"remoteUser": "node",
0 commit comments