openwebui / Dockerfile
mxrkai's picture
Add Dockerfile and README
e16e740 verified
raw
history blame contribute delete
107 Bytes
FROM ghcr.io/open-webui/open-webui:main
ENV PORT=7860
ENV HOST=0.0.0.0
EXPOSE 7860
CMD ["bash", "start.sh"]