tryagain3 2026-01-29 23:01:53 -08:00
parent 9025da2296
commit d0bb5c2e5d

View File

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