tang-x commited on
Commit
5f45298
·
verified ·
1 Parent(s): ffdd727

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -6
Dockerfile CHANGED
@@ -1,7 +1,3 @@
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
 
1
+ FROM ghcr.io/open-webui/open-webui:0.5.18
 
2
  USER root
3
+ RUN chmod -R 777 /app