We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f651420 commit 0e74518Copy full SHA for 0e74518
.devcontainer.json
@@ -21,6 +21,5 @@
21
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
22
},
23
"remoteUser": "node",
24
- "onCreateCommand": "npm install -g @devcontainers/cli", // install in cache layer
25
- "updateContentCommand": "npm update -g @devcontainers/cli" // update if new
+ "updateContentCommand": "npm install -g @devcontainers/cli"
26
}
0 commit comments