Spaces:
gccnb
/
Running

web / Dockerfile
rclon's picture
Update Dockerfile
1734841 verified
raw
history blame
154 Bytes
FROM ghcr.io/open-webui/open-webui:main
COPY sync_data.sh ./sync_data.sh
RUN chmod -R 777 ./data && \
sed -i "1a $(cat ./sync_data.sh)" ./start.sh