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