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"]