Skip to content

Commit

Permalink
fix platform for real
Browse files Browse the repository at this point in the history
  • Loading branch information
Towerism committed May 25, 2024
1 parent b777d06 commit f377517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .

RUN pnpm build

FROM --platform=linux/arm64 node:22-alpine
FROM node:22-alpine
COPY --from=build /usr/src/app/.output /app
WORKDIR /app

Expand Down

0 comments on commit f377517

Please sign in to comment.