Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Underground-Digital
/
cc-api
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3109ca5
cc-api
/
start.sh
Severian
Upload 81 files
995af0f
verified
5 months ago
raw
Copy download link
history
blame
108 Bytes
#!/bin/bash
# Start Nginx
nginx
# Start the FastAPI application
uvicorn api:app --host 0.0.0.0 --port 8444