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 a7737fd commit e67fc7dCopy full SHA for e67fc7d
.devcontainer/devcontainer.json
@@ -43,7 +43,10 @@
43
"installGradle": "false"
44
},
45
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
46
- "ghcr.io/devcontainers/features/node:1": {}
+ "ghcr.io/devcontainers/features/node:1": {},
47
+ "ghcr.io/devcontainers/features/sshd:1": {
48
+ "version": "latest"
49
+ }
50
51
"postStartCommand": ["./gradlew", "compileJava"]
52
}
0 commit comments