Skip to content

Commit

Permalink
fix: Remove redundant docker steps
Browse files Browse the repository at this point in the history
  • Loading branch information
aemr3 committed Jul 3, 2024
1 parent cca3541 commit 2aceaa7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ COPY . .

ENV NEXT_TELEMETRY_DISABLED 1
RUN pnpm build
RUN --mount=type=cache,id=pnpm,target=~/.pnpm-store pnpm prune --prod --no-optional
RUN rm -rf ./**/*/src

# Final image
FROM alpine AS runner
Expand Down

0 comments on commit 2aceaa7

Please sign in to comment.