Skip to content

Commit

Permalink
smaller bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandawg93 committed Sep 10, 2024
1 parent 90af36e commit 495359b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /app
COPY --link --from=deps /app/node_modules ./node_modules/
COPY . .

RUN npm run telemetry && npm run build
RUN npm run telemetry && npm run build && rm -rf .next/standalone/node_modules/.pnpm

FROM node:20-alpine AS runner

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peanut",
"version": "2.6.1",
"version": "2.6.2",
"private": true,
"scripts": {
"clean": "rm -rf .next .swc coverage test-results",
Expand Down

0 comments on commit 495359b

Please sign in to comment.