Skip to content

Commit

Permalink
update Dockerfile to fix broken build (increase node js memory limit) (
Browse files Browse the repository at this point in the history
…FlowiseAI#2898)

fix Dockerfile to fix node js mem limit
  • Loading branch information
bradAGI authored Jul 30, 2024
1 parent 27cb143 commit 5d906e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN npm install -g pnpm
ENV PUPPETEER_SKIP_DOWNLOAD=true
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser

ENV NODE_OPTIONS=--max-old-space-size=8192

WORKDIR /usr/src

# Copy app source
Expand Down

0 comments on commit 5d906e7

Please sign in to comment.