Remove npm run install (not needed)
This commit is contained in:
parent
8ddca45d24
commit
9ff02d2dba
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
"forwardPorts": [1234],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "npm install && npm run init",
|
||||
"postCreateCommand": "npm run init",
|
||||
|
||||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "node"
|
||||
|
|
Loading…
Reference in a new issue