Spaces:
gccnb
/
Running

rclon commited on
Commit
0925c7a
·
verified ·
1 Parent(s): 47c9490

Update Dockerfile

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