mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
fix: docker编译问题
This commit is contained in:
parent
3042221e99
commit
fdda8a7b83
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ WORKDIR /app
|
|||
RUN apk add --no-cache git
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci --force
|
||||
# RUN npm ci --force
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
COPY . .
|
||||
ENV APP_BUILD_HASH=${BUILD_HASH}
|
||||
|
|
|
|||
Loading…
Reference in a new issue