Subham9126 commited on
Commit
22505d4
·
verified ·
1 Parent(s): 10cbeb9

Create Dockerfile

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