feat: dev container use host .ssh folder.
This commit is contained in:
parent
a3d601fc75
commit
a620e281ce
@ -42,6 +42,6 @@
|
|||||||
"git-lfs": "latest"
|
"git-lfs": "latest"
|
||||||
},
|
},
|
||||||
"mounts": [
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user