We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57bf9ef + beb5be8 commit 3c505a9Copy full SHA for 3c505a9
.devcontainer/devcontainer.json
@@ -4,7 +4,8 @@
4
"dockerfile": "Dockerfile"
5
},
6
"features": {
7
- "ghcr.io/devcontainers/features/node:1": {}
+ "ghcr.io/devcontainers/features/node:1": {},
8
+ "ghcr.io/devcontainers/features/sshd:1": {}
9
10
"postCreateCommand": "bash ./.devcontainer/postCreateCommand.sh"
11
}
0 commit comments