openwebui / Dockerfile
ancoai's picture
Update Dockerfile
370f3d0 verified
raw
history blame contribute delete
146 Bytes
From ghcr.io/andyanm/open-webui:latest
USER root
RUN chmod -R 775 /app
ENV PORT=7860
ENV PGSSLCERT=/tmp/postgresql.crt
USER 1000
EXPOSE 7860