Skip to content

Commit 86eec8f

Browse files
committed
docker: set platform back to amd64
plz work im so done with ts
1 parent 2403d4b commit 86eec8f

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 --platform=linux/arm64 node:24-alpine AS main
34+
FROM node:24-alpine AS main
3535

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

0 commit comments

Comments
 (0)