Spaces:
gccnb
/
Running

File size: 202 Bytes
43e9c97
51e7762
eb34824
0df9c23
b8b959d
51e7762
dd9628e
0df9c23
1
2
3
4
5
6
7
8
9
FROM ghcr.io/open-webui/open-webui:main

COPY sync_data.sh sync_data.sh

RUN chmod -R 777 ./data && \
    mkdir -p ./github_data && chmod 777 ./github_data && \
    sed -i "1r sync_data.sh" ./start.sh