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:
Duplicated from
SokWith/proxybing
jokyone
/
proxybing
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
proxybing
/
Dockerfile
jokyone
Update Dockerfile
2465137
verified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
FROM
jokyo2/proxycfwebing
ENV
PORT
7860
EXPOSE
7860
# 运行Gunicorn服务器,绑定0.0.0.0:8080,指定proxy:app为应用入口
CMD
[
"gunicorn"
,
"-b"
,
"0.0.0.0:7860"
,
"app:app"
]