openwebui / Dockerfile
Shadman9416's picture
downgrade to v0.8.1
f995eef verified
raw
history blame contribute delete
151 Bytes
FROM ghcr.io/open-webui/open-webui:v0.8.1
COPY sync_data.sh sync_data.sh
RUN chmod -R 777 ./data && \
sed -i "1r sync_data.sh" ./start.sh