Skip to content

Commit 0e74518

Browse files
Update .devcontainer.json
Co-authored-by: Samruddhi Khandale <[email protected]>
1 parent f651420 commit 0e74518

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
2222
},
2323
"remoteUser": "node",
24-
"onCreateCommand": "npm install -g @devcontainers/cli", // install in cache layer
25-
"updateContentCommand": "npm update -g @devcontainers/cli" // update if new
24+
"updateContentCommand": "npm install -g @devcontainers/cli"
2625
}

0 commit comments

Comments
 (0)