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
jiome
/
mscop
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mscop
/
Dockerfile
jiome
Update Dockerfile
423e684
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
190 Bytes
FROM
jokyo2/proxycfwebing:copilot
ENV
PORT
7860
EXPOSE
7860
# 运行Gunicorn服务器,绑定0.0.0.0:8080,指定proxy:app为应用入口
CMD
[
"gunicorn"
,
"-b"
,
"0.0.0.0:7860"
,
"app:app"
]