FROM ghcr.io/open-webui/open-webui:v0.9.5 ENV PORT=7860 ENV WEBUI_SECRET_KEY=hfspace ENV ENABLE_SIGNUP=true EXPOSE 7860 CMD bash start.sh