chore: rollback mount path

This commit is contained in:
tao.chen
2026-07-31 19:49:02 +08:00
parent 4ac8485d3e
commit a44b984203
4 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class Settings(BaseSettings):
# ── local FS roots ────────────────────────────────────────────
workspace_root: str = Field(
default="/workspace/workspaces",
default="/app/workspaces",
description=(
"Schedule subprocess cwd; staging area for notebook_runner. "
"Backend no longer writes here — workspace files live in "