Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
issaocean/freeapi
yxmnjxzx
/
freeapi
like
0
Running
App
Files
Files
Community
main
freeapi
/
Dockerfile
dan92
Update Dockerfile
24fafd2
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
120 Bytes
FROM
hpyp/bbapi:latest
ENV
APP_SECRET=
EXPOSE
8001
CMD
[
"uvicorn"
,
"main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"8001"
]