tang-x commited on
Commit
ffdd727
·
verified ·
1 Parent(s): 876c4aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM ghcr.io/open-webui/open-webui:main
2
 
3
- RUN chmod -R 777 ./data && \
 
 
4
  chmod -R 777 ./open_webui && \
5
  chmod -R 777 /app/backend/open_webui/static
 
1
  FROM ghcr.io/open-webui/open-webui:main
2
 
3
+ USER root
4
+ RUN chmod -R 777 /app && \
5
+ chmod -R 777 ./data && \
6
  chmod -R 777 ./open_webui && \
7
  chmod -R 777 /app/backend/open_webui/static