mirror of
https://github.com/open-webui/open-webui
synced 2025-04-07 14:14:50 +00:00
docker1
This commit is contained in:
parent
3f9cb96aae
commit
304da646c9
@ -26,6 +26,10 @@ ARG BUILD_HASH
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
# Add this line to increase Node.js memory limit
|
||||||
|
ENV NODE_OPTIONS="--max-old-space-size=4096"
|
||||||
|
|
||||||
|
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user