mirror of
https://github.com/open-webui/open-webui.git
synced 2025-07-28 21:52:34 +02:00
fix: 🐋 dockerfile to latest instead of alpine
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM oven/bun:alpine as build
|
FROM oven/bun:latest as build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
@@ -32,4 +32,4 @@ RUN pip3 install -r requirements.txt
|
|||||||
|
|
||||||
COPY ./backend .
|
COPY ./backend .
|
||||||
|
|
||||||
CMD [ "sh", "start.sh"]
|
CMD [ "sh", "start.sh"]
|
||||||
|
Reference in New Issue
Block a user