File size: 190 Bytes
890c8b7
 
 
 
 
e27fffb
890c8b7
c7a5396
 
1
2
3
4
5
6
7
8
9
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"]