We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6f56b commit 7645716Copy full SHA for 7645716
.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