Spaces:
gccnb
/
Running

rclon commited on
Commit
35ed79f
·
verified ·
1 Parent(s): 97ba9fc

Update Dockerfile

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