devcontainer postCreateCommand

This commit is contained in:
Jörn-Michael Miehe 2022-09-12 09:31:07 +00:00
parent e041ec48e7
commit 0473a2c438

View file

@ -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"
}