MaxSainz2000 commited on
Commit
57efc77
·
verified ·
1 Parent(s): 7aedefd

Add Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM moltbot/moltbot:latest
2
+
3
+ # Expose the port Hugging Face Spaces expects
4
+ EXPOSE 7860