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 6964803 commit 2ee6898Copy full SHA for 2ee6898
1 file changed
.devcontainer/devcontainer.json
@@ -3,7 +3,8 @@
3
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
4
"features": {
5
"ghcr.io/devcontainers/features/node": {},
6
- "ghcr.io/devcontainers/features/docker-in-docker": {}
+ "ghcr.io/devcontainers/features/docker-in-docker": {},
7
+ "ghcr.io/devcontainers/features/git-lfs": {}
8
},
9
"forwardPorts": [],
10
"postCreateCommand": "npm install -g @devcontainers/cli",
0 commit comments