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

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM ghcr.io/open-webui/open-webui:dev
2
+
3
+ ENV PORT=7860
4
+ ENV HOST=0.0.0.0
5
+
6
+ EXPOSE 7860
7
+
8
+ CMD ["./start.sh"]