forked from open-webui/open-webui
fix: 🐋 install with frozen lockfile
This commit is contained in:
parent
df77e8d1c1
commit
ebcd985489
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ WORKDIR /app
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN bun install
|
RUN bun install --frozen-lockfile
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
||||||
FROM python:3.11-slim-buster as base
|
FROM python:3.11-slim-buster as base
|
||||||
|
|
Loading…
Reference in a new issue