theresatvan's picture
Add all files from monorepo
567db95
raw
history blame
267 Bytes
{
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace",
"postStartCommand": "echo 'Docker container started...'"
}