diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 85fe534b..72f5f190 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -40,8 +40,8 @@ } }, "mounts": [ - "type=bind,source=/home/${localEnv:USER}/.ssh,target=/root/.ssh,readonly" - ] + "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached", + ] // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [],