fix: Fixed ssh directory

This commit is contained in:
2026-07-13 20:24:27 +01:00
parent 118afbd23f
commit fc4ccde0ac
+1 -1
View File
@@ -6,7 +6,7 @@
"image": "git.luke-else.co.uk/luke-else/tf-dev:latest",
"remoteUser": "dev",
"mounts": [
"source=~/.ssh/,target=~/.ssh/,type=bind,consistency=cached"
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/dev/.ssh,type=bind,consistency=cached"
],
"customizations": {
"vscode": {