mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
Revert "fix: remove stderr suppression so install failures are visible in build logs"
This reverts commit 717caa97fb.
This commit is contained in:
@@ -41,7 +41,7 @@ RUN pnpm build
|
||||
|
||||
# Ensure memory-lancedb extension dependencies are installed.
|
||||
# LanceDB has native bindings that may not be hoisted by pnpm in all configurations.
|
||||
RUN pnpm install --filter @openclaw/memory-lancedb --prod --no-frozen-lockfile || true
|
||||
RUN pnpm install --filter @openclaw/memory-lancedb --prod --no-frozen-lockfile 2>/dev/null || true
|
||||
# Force pnpm for UI build (Bun may fail on ARM/Synology architectures)
|
||||
ENV OPENCLAW_PREFER_PNPM=1
|
||||
RUN pnpm ui:build
|
||||
|
||||
Reference in New Issue
Block a user