open-webui / Dockerfile
coolmanx's picture
Update Dockerfile
9298207 verified
raw
history blame
120 Bytes
FROM ghcr.io/open-webui/open-webui:main
RUN whoami
RUN cd /root && ls -al
RUN chmod -R 777 ./data
RUN chmod -R 777 /app