We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45878de commit 47cccaaCopy full SHA for 47cccaa
1 file changed
.devcontainer/devcontainer.json
@@ -14,7 +14,8 @@
14
"DEV_WORKSPACE": "${containerWorkspaceFolder}",
15
},
16
"mounts": [
17
- "type=bind,source=${localEnv:HOME}/.ssh,target=/home/my-app/.ssh,readonly",
+// unfortunately the runner for ci will fail with this mount so comment it out
18
+// "type=bind,source=${localEnv:HOME}/.ssh,target=/home/my-app/.ssh,readonly",
19
],
20
"features": {
21
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
0 commit comments