devcontainer postCreateCommand
This commit is contained in:
parent
e041ec48e7
commit
0473a2c438
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
// "forwardPorts": [],
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// "postCreateCommand": "yarn install",
|
||||
"postCreateCommand": "yarn install",
|
||||
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "node"
|
||||
}
|
Loading…
Reference in a new issue