open-webui / Dockerfile
coolmanx's picture
Update Dockerfile
2fc72ff verified
raw
history blame
121 Bytes
#Dockerfile
FROM ghcr.io/open-webui/open-webui:main
RUN chmod -R 777 ./data
RUN chmod -R 777 /app
RUN echo work done.