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 d24719c commit 27f8cecCopy full SHA for 27f8cec
.devcontainer/devcontainer.json
@@ -2,8 +2,7 @@
2
"name": "CIS4398 Docusaurus Dev Container",
3
"image": "mcr.microsoft.com/devcontainers/universal:2",
4
"features": {
5
- "ghcr.io/devcontainers/features/node:1": {
6
- "postCreateCommand": "cd documentation && yarn"
7
- }
8
+ "ghcr.io/devcontainers/features/node:1": {}
+ },
+ "onCreateCommand": "cd documentation && yarn install"
9
}
0 commit comments