Spaces:
gccnb
/
Running

rclon commited on
Commit
0df9c23
·
verified ·
1 Parent(s): 96645ff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -1,3 +1,7 @@
1
  FROM ghcr.io/open-webui/open-webui:main
2
 
3
- RUN chmod -R 777 ./data
 
 
 
 
 
1
  FROM ghcr.io/open-webui/open-webui:main
2
 
3
+ COPY sync_data.sh ./sync_data.sh
4
+
5
+ RUN chmod -R 777 ./data && \
6
+ sed -i '1a\\n$(cat ./sync_data.sh)' ./start.sh
7
+