File size: 185 Bytes
373c853
 
 
 
 
 
 
1
2
3
4
5
6
7
FROM ghcr.io/open-webui/open-webui:main

# COPY sync_data.sh sync_data.sh

# RUN chmod -R 777 ./data && \
#     chmod -R 777 ./open_webui && \
#     sed -i "1r sync_data.sh" ./start.sh