This commit is contained in:
tryagain3 2026-01-30 11:55:30 +00:00 committed by GitHub
commit df540c8484
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,10 @@ COPY scripts ./scripts
RUN pnpm install --frozen-lockfile
COPY . .
# Install memory-core dependencies (no build script needed)
RUN cd extensions/memory-core && pnpm install
RUN OPENCLAW_A2UI_SKIP_MISSING=1 pnpm build
# Force pnpm for UI build (Bun may fail on ARM/Synology architectures)
ENV OPENCLAW_PREFER_PNPM=1