feat: dev container use host .ssh folder.

This commit is contained in:
Ivan Li 2022-10-08 16:21:01 +00:00
parent 8524db3f82
commit a3d601fc75

View File

@ -40,5 +40,8 @@
"features": {
"git": "os-provided",
"git-lfs": "latest"
}
},
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/node/.ssh,type=bind,consistency=cached"
]
}