wynai commited on
Commit
f9ae441
·
verified ·
1 Parent(s): 09729d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -3,6 +3,11 @@ FROM ghcr.io/open-webui/open-webui:dev
3
  ENV PORT=7860
4
  ENV HOST=0.0.0.0
5
 
 
 
 
 
 
6
  EXPOSE 7860
7
 
8
  CMD ["./start.sh"]
 
3
  ENV PORT=7860
4
  ENV HOST=0.0.0.0
5
 
6
+ USER root
7
+
8
+ # Cấp quyền ghi cho toàn bộ /app
9
+ RUN chmod -R 777 /app
10
+
11
  EXPOSE 7860
12
 
13
  CMD ["./start.sh"]