fix: docker-setup fails on Synology because of problem with bun (#1002)

This commit is contained in:
tosh-hamburg
2026-01-16 11:03:56 +01:00
committed by GitHub
parent e773f84e39
commit de5fb65cb8
2 changed files with 13 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm build
# Force pnpm for UI build (Bun may fail on ARM/Synology architectures)
ENV CLAWDBOT_PREFER_PNPM=1
RUN pnpm ui:install
RUN pnpm ui:build