This commit is contained in:
schmelczerandras 2020-10-08 10:27:07 +02:00
parent b498090d7b
commit 220b20476f
10 changed files with 19 additions and 25 deletions

View file

@ -48,5 +48,5 @@
"source=decla-red-shared-node_modules-static,target=/workspace/shared/node_modules,type=volume"
],
"forwardPorts": [3000, 8080],
"postCreateCommand": "chown node:node ./**/node_modules && sudo npm install && npm run initialize && npm run build"
"postCreateCommand": "chown node:node ./**/node_modules && npm install && npm run initialize && npm run build"
}