Skip to content

Commit 36c6ba1

Browse files
committed
mount ssh
1 parent 032c108 commit 36c6ba1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
],
77
"service": "laravel",
88
"workspaceFolder": "/var/www/html",
9+
"mounts": [
10+
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/root/.ssh,readonly"
11+
],
912
"customizations": {
1013
"vscode": {
1114
"extensions": [

0 commit comments

Comments
 (0)