owebu / Dockerfile
ltxlong's picture
Rename Docker to Dockerfile
e1b3a93 verified
raw
history blame contribute delete
126 Bytes
FROM ghcr.io/open-webui/open-webui:main
COPY sync.sh sync.sh
RUN chmod -R 777 ./data && \
sed -i "1r sync.sh" ./start.sh