File size: 93 Bytes
22505d4
 
 
 
 
 
 
1
2
3
4
5
6
7
FROM ghcr.io/open-webui/open-webui:main

ENV PORT=7860

EXPOSE 7860

CMD ["bash", "start.sh"]