feat: 更新 Dockerfile 和 devcontainer.json,修改工作目录路径为 /wrkspc
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m53s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m57s

This commit is contained in:
严浩
2025-11-08 16:22:54 +08:00
parent 7551eed484
commit 5a6fdc0efd
2 changed files with 5 additions and 5 deletions

View File

@@ -110,6 +110,6 @@
"postAttachCommand": "echo 容器已连接: ${containerWorkspaceFolder}", // 连接到容器后执行
// "updateRemoteUserUID": true,
"waitFor": "postStartCommand",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=delegated",
"workspaceFolder": "/workspace"
"workspaceMount": "source=${localWorkspaceFolder},target=/wrkspc,type=bind,consistency=delegated",
"workspaceFolder": "/wrkspc"
}