chat / Dockerfile
Guru-25's picture
Update Dockerfile
8441fb4 verified
raw
history blame contribute delete
198 Bytes
FROM ghcr.io/open-webui/open-webui:main
WORKDIR /app/backend
ENV PGSSLCERT=/tmp/postgresql.crt
ENV USER_AGENT=myagent
RUN chown -R 1000:1000 /app/backend
USER 1000:1000
CMD ["bash", "start.sh"]