Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
star8521
/
bt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bt
/
Dockerfile
star8521
Update Dockerfile
eb06f97
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
FROM
cyberbolt/baota:latest
EXPOSE
8888
CMD
[
"-port"
,
"8888"
,
"-username"
,
"sysadmin"
,
"-password"
,
"star8521"
]