Skip to content

Commit

Permalink
chore: mount user ssh for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Oct 11, 2023
1 parent 5fad08a commit abb96e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
},

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"
"remoteUser": "node",
"mounts": [
"type=bind,source=${localEnv:HOME}/.ssh,target=/home/node/.ssh,readonly"
]
}

0 comments on commit abb96e9

Please sign in to comment.