mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
parent
aa82e381d1
commit
370884cebc
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ RUN npm ci
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM python:3.11-slim-buster as base
|
FROM python:3.11-bookworm as base
|
||||||
|
|
||||||
ENV ENV=prod
|
ENV ENV=prod
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue