coolmanx commited on
Commit
bef36c6
·
verified ·
1 Parent(s): ca92c98

Create Dockerfile

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