This commit is contained in:
enforcer007
2023-02-18 20:47:11 +05:30
parent 3fca9c1661
commit 6ba2515b56
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
{
"name": "rustdesk",
"build": {
"dockerfile": "Dockerfile"
"dockerfile": "./Dockerfile",
"context": "."
},
"workspaceMount": "source=${localWorkspaceFolder},target=/home/user/rustdesk,type=bind,consistency=cache",
"workspaceFolder": "/home/user/rustdesk",