open-webui / Dockerfile
vilarin's picture
Create Dockerfile
1461718 verified
raw
history blame
155 Bytes
FROM ghcr.io/open-webui/open-webui:main
WORKDIR /app/backend
RUN mkdir -p /app/static
RUN chmod -R 777 /app/static
EXPOSE 7860
CMD ["bash", "start.sh"]