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): build @kanbu/openclaw-bridge before api and web
The web and api builds were failing with:
TS2307: Cannot find module '@kanbu/openclaw-bridge'
Both Dockerfiles were missing:
1. COPY of packages/openclaw-bridge/node_modules from deps stage
2. pnpm --filter @kanbu/openclaw-bridge build step before the app build
Added both fixes to Dockerfile.api and Dockerfile.web.
0 commit comments