Skip to content

Commit 5d906e7

Browse files
authored
update Dockerfile to fix broken build (increase node js memory limit) (FlowiseAI#2898)
fix Dockerfile to fix node js mem limit
1 parent 27cb143 commit 5d906e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN npm install -g pnpm
1818
ENV PUPPETEER_SKIP_DOWNLOAD=true
1919
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
2020

21+
ENV NODE_OPTIONS=--max-old-space-size=8192
22+
2123
WORKDIR /usr/src
2224

2325
# Copy app source

0 commit comments

Comments
 (0)