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 fe9150e commit 1ce7458Copy full SHA for 1ce7458
.devcontainer/devcontainer.json
@@ -24,7 +24,7 @@
24
],
25
26
// Use 'postCreateCommand' to run commands after the container is created.
27
- // "postCreateCommand": "uname -a",
+ "postCreateCommand": "npm install",
28
29
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
30
"remoteUser": "node"
0 commit comments