fomext commited on
Commit
d6b7302
·
verified ·
1 Parent(s): 43dd57a

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM itzcrazykns1337/vane:latest
2
+
3
+ # HuggingFace Spaces only exposes port 7860.
4
+ # Vane defaults to 3000 — this env var moves it to 7860.
5
+ ENV PORT=7860
6
+ ENV HOSTNAME=0.0.0.0
7
+
8
+ EXPOSE 7860