Install SSH server into devcontainer image (#22679)

th-downstream
kyori19 2 years ago committed by GitHub
parent 9d3270bdf6
commit a516134cfd

@ -15,6 +15,12 @@
"webben.browserslist"
],
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// This can be used to network with other containers or the host.
"forwardPorts": [3000, 4000],

Loading…
Cancel
Save