mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 06:15:23 +00:00
fix: 修改源
This commit is contained in:
parent
4c0328ee1c
commit
8227153338
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ WORKDIR /app
|
|||
# to store git revision in build
|
||||
RUN apk add --no-cache git
|
||||
|
||||
RUN npm config set registry https://registry.npmmirror.com
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
# RUN npm ci --force
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
|
|
|||
Loading…
Reference in a new issue