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