fix: add utils/ volume mount to momo-app — logger_manager 無法 import 根本修復
Some checks failed
CD Pipeline / deploy (push) Failing after 1m7s

This commit is contained in:
OoO
2026-04-28 10:34:15 +08:00
parent a97fe8cb3a
commit 7a0f4ef387

View File

@@ -63,6 +63,7 @@ services:
- ./services:/app/services:ro
- ./routes:/app/routes:ro
- ./database:/app/database:ro
- ./utils:/app/utils:ro
# HTML 模板 (熱更新)
- ./templates:/app/templates:ro
- ./web/templates:/app/web/templates:ro