fix: fix no dify home directory lead permission error (#32169)

This commit is contained in:
wangxiaolei
2026-02-10 17:47:46 +08:00
committed by GitHub
parent 4058e9ae23
commit 0142001fc2
2 changed files with 4 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ LANG=C.UTF-8
LC_ALL=C.UTF-8
PYTHONIOENCODING=utf-8
# Set UV cache directory to avoid permission issues with non-existent home directory
UV_CACHE_DIR=/tmp/.uv-cache
# ------------------------------
# Server Configuration
# ------------------------------