Skip to content

Commit 3c505a9

Browse files
authored
Merge pull request #420 from rulasg/main
Adding ssh support
2 parents 57bf9ef + beb5be8 commit 3c505a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"dockerfile": "Dockerfile"
55
},
66
"features": {
7-
"ghcr.io/devcontainers/features/node:1": {}
7+
"ghcr.io/devcontainers/features/node:1": {},
8+
"ghcr.io/devcontainers/features/sshd:1": {}
89
},
910
"postCreateCommand": "bash ./.devcontainer/postCreateCommand.sh"
1011
}

0 commit comments

Comments
 (0)