Add Mounts SSH Key
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
"source": "${localEnv:HOME}/.local/share/opencode/auth.json",
|
||||
"target": "/root/.local/share/opencode/auth.json",
|
||||
"type": "bind"
|
||||
},
|
||||
// 挂载 SSH 密钥
|
||||
{
|
||||
"source": "${localEnv:HOME}/.ssh",
|
||||
"target": "/root/.ssh",
|
||||
"type": "bind"
|
||||
}
|
||||
],
|
||||
"customizations": {
|
||||
|
||||
Reference in New Issue
Block a user