|
1 | 1 | // For format details, see https://aka.ms/devcontainer.json.
|
2 | 2 | {
|
3 | 3 | "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", |
5 | 5 |
|
6 | 6 | // Features to add to the dev container. More info: https://containers.dev/features.
|
7 | 7 | "features": {
|
|
13 | 13 | // "forwardPorts": [],
|
14 | 14 |
|
15 | 15 | // Use 'postCreateCommand' to run commands after the container is created.
|
16 | | - "postCreateCommand": "npm i", |
| 16 | + "postCreateCommand": "npm install --force", |
17 | 17 | "onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
|
18 | 18 | "waitFor": "postCreateCommand",
|
19 | 19 |
|
|
0 commit comments