fix(devcontainer): Map local ssh keys to container

This commit is contained in:
Timothy Stewart 2025-02-20 13:46:04 -06:00
parent ff3727b1fe
commit 84fec02ea5
1 changed files with 5 additions and 1 deletions

View File

@ -6,5 +6,9 @@
// Should match what is defined in ui/package.json
"version": "21.1.0"
}
}
},
"mounts": [
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
]
}