Fix bootstraping
This commit is contained in:
parent
51a8e2a629
commit
6eddb4834b
6 changed files with 12 additions and 11 deletions
|
|
@ -23,6 +23,7 @@
|
|||
"ms-vscode.vscode-typescript-tslint-plugin"
|
||||
],
|
||||
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
|
||||
"workspaceFolder": "/workspace",
|
||||
"mounts": [
|
||||
"source=decla-red-root-node_modules,target=/workspace/node_modules,type=volume",
|
||||
"source=decla-red-frontend-node_modules,target=/workspace/frontend/node_modules,type=volume",
|
||||
|
|
@ -33,8 +34,5 @@
|
|||
3000,
|
||||
8080
|
||||
],
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
//"postCreateCommand": "yarn install",
|
||||
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
|
||||
//"remoteUser": "node"
|
||||
"postCreateCommand": "npm install && npx lerna run initialize",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue