Skip to content

Commit d3d03da

Browse files
Simplify build command in Dockerfile (#4)
Remove environment variable for build step.
1 parent a3468b9 commit d3d03da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openclaw/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY scripts ./scripts
2424
RUN pnpm install --frozen-lockfile
2525

2626
COPY . .
27-
RUN OPENCLAW_A2UI_SKIP_MISSING=1 pnpm build
27+
RUN pnpm build
2828
# Force pnpm for UI build (Bun may fail on ARM/Synology architectures)
2929
ENV OPENCLAW_PREFER_PNPM=1
3030
RUN pnpm ui:build

0 commit comments

Comments
 (0)