Spaces:
Sleeping
Sleeping
Add Dockerfile
Browse files- 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
|