coolmanx commited on
Commit
70d6ceb
·
verified ·
1 Parent(s): aa7b395

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +11 -0
Dockerfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #Dockerfile for my openwebui
2
+
3
+ FROM ghcr.io/open-webui/open-webui:main
4
+
5
+ RUN chmod -R 777 ./data
6
+
7
+ RUN chmod -R 777 /app
8
+
9
+ EXPOSE 8080
10
+
11
+ RUN echo work done.