Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
neil-code
/
httpbin
like
0
Sleeping
App
Files
Files
Community
main
httpbin
/
Dockerfile
neil-code
Create Dockerfile
984d7f3
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
FROM
registry.cn-shenzhen.aliyuncs.com/nancode/httpbin:latest
ENV
HTTPBIN_PORT
7860
EXPOSE
7860
CMD
[
"/opt/httpbin/bin/httpbin.bash"
]