We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b0ec7 commit 33de53dCopy full SHA for 33de53d
.devcontainer/devcontainer.json
@@ -0,0 +1,9 @@
1
+{
2
+ "name": "devcontainer-community",
3
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
4
+ "features": {
5
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {},
6
+ "ghcr.io/devcontainers/features/node:1": {}
7
+ },
8
+ "postCreateCommand": "npm install --global @devcontainers/cli"
9
+}
0 commit comments