You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): hocuspocus production stage — install in-stage, do not copy node_modules
Bun symlinks in node_modules break when copied from base to production;
rest-api and hocuspocus-server crashed with 'Cannot find package hono' /
'Cannot find module @hocuspocus/server'. Production stage now copies
workspace layout from base, runs bun install and prisma generate, then
flattens to /app for runtime.
Made-with: Cursor
0 commit comments