mirror of https://github.com/open-webui/open-webui
fix: 🐋 install with frozen lockfile
This commit is contained in:
parent
df77e8d1c1
commit
ebcd985489
|
@ -7,7 +7,7 @@ WORKDIR /app
|
|||
COPY package.json package-lock.json ./
|
||||
|
||||
COPY . .
|
||||
RUN bun install
|
||||
RUN bun install --frozen-lockfile
|
||||
RUN bun run build
|
||||
|
||||
FROM python:3.11-slim-buster as base
|
||||
|
|
Loading…
Reference in New Issue