File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// For format details, see https://aka.ms/devcontainer.json.
22{
33 "name" : " angular-testing-library" ,
4- "image" : " mcr.microsoft.com/devcontainers/typescript-node:0- 22-bullseye" ,
4+ "image" : " mcr.microsoft.com/devcontainers/typescript-node:22-bullseye" ,
55
66 // Features to add to the dev container. More info: https://containers.dev/features.
77 "features" : {
1313 // "forwardPorts": [],
1414
1515 // Use 'postCreateCommand' to run commands after the container is created.
16- "postCreateCommand" : " npm i " ,
16+ "postCreateCommand" : " npm install --force " ,
1717 "onCreateCommand" : " sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt" ,
1818 "waitFor" : " postCreateCommand" ,
1919
You can’t perform that action at this time.
0 commit comments