We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3468b9 commit d3d03daCopy full SHA for d3d03da
1 file changed
openclaw/Dockerfile
@@ -24,7 +24,7 @@ COPY scripts ./scripts
24
RUN pnpm install --frozen-lockfile
25
26
COPY . .
27
-RUN OPENCLAW_A2UI_SKIP_MISSING=1 pnpm build
+RUN pnpm build
28
# Force pnpm for UI build (Bun may fail on ARM/Synology architectures)
29
ENV OPENCLAW_PREFER_PNPM=1
30
RUN pnpm ui:build
0 commit comments