10 lines
No EOL
288 B
JSON
10 lines
No EOL
288 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"
|
|
}
|
|
} |