mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
link comment about mounting .ssh
This commit is contained in:
parent
606a0695d8
commit
6d857ffc49
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
"name": "Node.js & TypeScript",
|
||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
|
||||
// https://github.com/csci430-os/vscode-remote-devcontainer/issues/2#issuecomment-1939950604
|
||||
"mounts": [
|
||||
"type=bind,source=${localEnv:HOME}/.ssh,target=/home/node/.ssh,readonly"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue