mirror of
https://github.com/langgenius/dify.git
synced 2026-02-24 01:45:13 +00:00
fix: fix no dify home directory lead permission error (#32169)
This commit is contained in:
@@ -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
|
||||
# ------------------------------
|
||||
|
||||
Reference in New Issue
Block a user