coolmanx commited on
Commit
2fc72ff
·
verified ·
1 Parent(s): 2078580

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,4 +4,6 @@ FROM ghcr.io/open-webui/open-webui:main
4
 
5
  RUN chmod -R 777 ./data
6
 
 
 
7
  RUN echo work done.
 
4
 
5
  RUN chmod -R 777 ./data
6
 
7
+ RUN chmod -R 777 /app
8
+
9
  RUN echo work done.