mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
ensure ssh keys are mounted across
This commit is contained in:
parent
060e898894
commit
5a3f1478c8
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
"remoteUser": "vscode",
|
||||
"postStartCommand": "bash .devcontainer/post-install.sh",
|
||||
"mounts": [
|
||||
"source=${localEnv:HOME},target=/workspaces/home,type=bind"
|
||||
"source=${localEnv:HOME},target=/workspaces/home,type=bind",
|
||||
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind"
|
||||
],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue