Skip to content

Commit

Permalink
chore: fix build for armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandawg93 committed Jan 1, 2025
1 parent cd1e0fc commit 03c0820
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 @@ -20,7 +20,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
COPY --link --from=deps /app/node_modules ./node_modules/
COPY . /app

RUN npm run build && rm -rf .next/standalone/.next/cache
RUN corepack enable pnpm && pnpm run build && rm -rf .next/standalone/.next/cache

FROM node:22-alpine AS runner

Expand Down

0 comments on commit 03c0820

Please sign in to comment.