mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Update Dockerfile
Removed as requested in PR
This commit is contained in:
parent
8e807bcf8a
commit
d14443a4ba
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ RUN npm ci
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV APP_BUILD_HASH=${BUILD_HASH}
|
ENV APP_BUILD_HASH=${BUILD_HASH}
|
||||||
ENV NODE_OPTIONS="--max_old_space_size=8192"
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
######## WebUI backend ########
|
######## WebUI backend ########
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue