open-webui1 / Dockerfile
surbao2's picture
Update Dockerfile
40d76a9 verified
raw
history blame contribute delete
205 Bytes
FROM ghcr.io/open-webui/open-webui:main
COPY images.py /app/backend/open_webui/routers/images.py
COPY middleware.py /app/backend/open_webui/utils/middleware.py
RUN chmod 777 -R /app /root
ENV PORT=7860