Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
elmerzole
/
mcp-proxy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mcp-proxy
/
Dockerfile
elmerzole
Update Dockerfile
4ce899f
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
FROM
ghcr.io
/tbxark/m
cp-proxy:latest
COPY
config.json
/config/
config.json
CMD [
"--config"
,
"/config/config.json"
,
"--expand-env"
]