Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sajaxs
/
freeapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
89cedff
freeapi
/
Dockerfile
snailyp
Update Dockerfile
89cedff
verified
3 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
FROM
snailyp/blackbox2api
ENV
APP_SECRET=sk-
123456
EXPOSE
8001
CMD
[
"uvicorn"
,
"main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"8001"
]