Skip to content

Commit 1ce7458

Browse files
Add devcontainer postCreateCommand
1 parent fe9150e commit 1ce7458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525

2626
// Use 'postCreateCommand' to run commands after the container is created.
27-
// "postCreateCommand": "uname -a",
27+
"postCreateCommand": "npm install",
2828

2929
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3030
"remoteUser": "node"

0 commit comments

Comments
 (0)