Skip to content

Commit

Permalink
chore: prevent heap error
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 27, 2023
1 parent 3e06641 commit c5a853c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ ENV YARN_HTTP_TIMEOUT=300000
# set production env install will not install devDependencies
ENV NODE_ENV=production

ENV NODE_OPTIONS="--max-old-space-size=4096"

COPY . .

# if node_modules does not exist, run it, otherwise skip
Expand Down

0 comments on commit c5a853c

Please sign in to comment.