open-webui / Dockerfile
sfun's picture
Create Dockerfile
430129e verified
raw
history blame contribute delete
105 Bytes
FROM ghcr.io/open-webui/open-webui:main
WORKDIR /app/backend
RUN chmod 777 -R /app/backend
EXPOSE 8080