File size: 151 Bytes
f995eef
b81536c
 
 
 
 
1
2
3
4
5
6
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