mirror of
https://github.com/open-webui/open-webui
synced 2025-04-02 12:09:06 +00:00
docker1
This commit is contained in:
parent
3f9cb96aae
commit
304da646c9
@ -26,6 +26,10 @@ ARG BUILD_HASH
|
||||
|
||||
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 ./
|
||||
RUN npm ci
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user