fix(teable): symlink static/ dir for builtin system assets

- NestJS backend expects /opt/teable/static/ at workspace root
- Actual files live in apps/nestjs-backend/static/
- Fixes ENOENT on automation-robot.png during startup
This commit is contained in:
CanbiZ (MickLesk)
2026-03-25 15:24:24 +01:00
parent 9e4d963645
commit 4fead19d7d

View File

@@ -61,6 +61,7 @@ BACKEND_CACHE_SQLITE_URI=sqlite:///opt/teable/.assets/.cache.db
NEXTJS_DIR=apps/nextjs-app
EOF
ln -sf /opt/teable /app
ln -sf /opt/teable/apps/nestjs-backend/static /opt/teable/static
msg_ok "Configured Teable"
msg_info "Creating Service"