Skip to content

Commit 8a3ad74

Browse files
committed
docker: the above did not work 😩
1 parent 86eec8f commit 8a3ad74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN npm run build
3131
WORKDIR /zeppelin
3232
RUN npm prune --omit=dev
3333

34-
FROM node:24-alpine AS main
34+
FROM --platform=linux/arm64 node:24-alpine AS main
3535

3636
USER node
3737
COPY --from=build --chown=node:node /zeppelin /zeppelin

0 commit comments

Comments
 (0)