coding / Dockerfile
derekib's picture
Update Dockerfile
07c617e verified
raw
history blame contribute delete
142 Bytes
FROM ghcr.io/open-webui/open-webui:main
ENV PORT=7860
ENV WEBUI_SECRET_KEY=mysecretkey
ENV ENABLE_SIGNUP=true
EXPOSE 7860
CMD bash start.sh