ap / Dockerfile
shimen's picture
Update Dockerfile
c7a5396 verified
Raw
History Blame Contribute Delete
190 Bytes
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"]