mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 07:01:07 +03:00
update Dockerfile to fix broken build (increase node js memory limit) (#2898)
fix Dockerfile to fix node js mem limit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user