Merge d0bb5c2e5d into da71eaebd2
This commit is contained in:
commit
df540c8484
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user