derekib commited on
Commit
9a3d79b
·
verified ·
1 Parent(s): adf16d1

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
+ # Explicitly set the port to 7860 for Hugging Face compatibility
4
+ ENV PORT=7860
5
+
6
+ # Expose the port
7
+ EXPOSE 7860