11 lines
386 B
JSON
11 lines
386 B
JSON
{
|
|
"workspaceFolder": "/workspace",
|
|
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,Z",
|
|
"mounts": [
|
|
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,readonly"
|
|
],
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"postAttachCommand": "docker context create prod --docker \"host=ssh://user@62.210.212.10\""
|
|
} |