open / Dockerfile
AndrewKapok's picture
Create Dockerfile
9f3f30f verified
raw
history blame contribute delete
81 Bytes
FROM ghcr.io/open-webui/open-webui:main
EXPOSE 7860
CMD ["python", "start.py"]