postCreateCommand -> postStartCommand
This commit is contained in:
parent
7cb118d000
commit
61f61a6523
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
// "forwardPorts": [],
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// "postCreateCommand": "pip3 install --user -r requirements.txt",
|
||||
"postCreateCommand": "poetry install",
|
||||
"postStartCommand": "poetry install",
|
||||
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "vscode"
|
||||
}
|
|
@ -30,7 +30,7 @@
|
|||
// "forwardPorts": [],
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// "postCreateCommand": "yarn install",
|
||||
"postCreateCommand": "yarn install",
|
||||
"postStartCommand": "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