Skip to content

Commit 7645716

Browse files
authored
Update devcontainer.json
1 parent 5f6f56b commit 7645716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959

6060
// Use 'postCreateCommand' to run commands after the container is created.
61-
"postCreateCommand": "npm ci && npm start",
61+
"postCreateCommand": "npm ci",
6262

6363
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
6464
"remoteUser": "node",

0 commit comments

Comments
 (0)