FROM ghcr.io/open-webui/open-webui:main EXPOSE 7860 ENV PORT=7860 ENV HOST=0.0.0.0 # Use the actual start script that comes with the image CMD ["/bin/bash", "-c", "/app/backend/start.sh"]