Skip to content

Commit

Permalink
fix: node build out of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel committed Dec 9, 2024
1 parent 6e798fa commit 54f03c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ WORKDIR /app/web
COPY --from=packages /app/web/ .
COPY . .

ENV NODE_OPTIONS="--max-old-space-size=4096"
RUN pnpm build


Expand Down

0 comments on commit 54f03c5

Please sign in to comment.