mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix: 修改源
This commit is contained in:
parent
57f384a838
commit
33cfc5cb57
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ ARG BUILD_HASH
|
|||
# Set Node.js options (heap limit Allocation failed - JavaScript heap out of memory)
|
||||
# ENV NODE_OPTIONS="--max-old-space-size=4096"
|
||||
|
||||
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# to store git revision in build
|
||||
|
|
|
|||
Loading…
Reference in a new issue