Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion services/docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:26-alpine AS build
# Build natively on the builder's platform; the vite output is arch-independent.
# Building under QEMU emulation crashes V8/Rolldown with SIGILL on arm64.
FROM --platform=$BUILDPLATFORM node:26-alpine AS build

WORKDIR /app

Expand Down
Loading