Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
devusman
/
mail
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
devusman
commited on
Nov 2, 2025
Commit
d0c977e
·
1 Parent(s):
aff045f
add Dockerfile for backend service setup
Browse files
Files changed (1)
hide
show
Dockerfile
+2
-0
Dockerfile
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
FROM reacherhq/backend:latest
2
+
EXPOSE 8080