perf: skip redundant ui install in Dockerfile

This commit is contained in:
Ayaan Zaidi
2026-01-30 16:09:41 +05:30
committed by Ayaan Zaidi
parent bc432d8435
commit 1168f59890

View File

@@ -27,7 +27,6 @@ COPY . .
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
RUN pnpm ui:install
RUN pnpm ui:build
ENV NODE_ENV=production