diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b91363f4..85fe534b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -38,7 +38,10 @@ "installMaven": true, "installGradle": false } - } + }, + "mounts": [ + "type=bind,source=/home/${localEnv:USER}/.ssh,target=/root/.ssh,readonly" + ] // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [],