Spaces:
gccnb
/
Running

rclon commited on
Commit
b8b959d
·
verified ·
1 Parent(s): a3e3b36

Update Dockerfile

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