feat: dev container use host .ssh folder.

This commit is contained in:
Ivan Li 2022-10-08 16:34:10 +00:00
parent a3d601fc75
commit a620e281ce
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@
"git-lfs": "latest"
},
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/node/.ssh,type=bind,consistency=cached"
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
]
}