need not required for docker >23.0.1

This commit is contained in:
enforcer007 2023-02-10 10:34:19 +00:00
parent 45c66060e5
commit 7ccee56509

View File

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