open-webui / Dockerfile
Genesis955's picture
Update Dockerfile
fdedd98 verified
raw
history blame contribute delete
91 Bytes
FROM ghcr.io/open-webui/open-webui:main
ENV PORT=7860
CMD ["bash", "/app/backend/start.sh"]