Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rsr2425
/
SimpliFi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
50f8987
SimpliFi
/
start.sh
Rsr2425
Set up FE testing
50f8987
3 months ago
raw
Copy download link
history
blame
Safe
121 Bytes
#!/bin/bash
# Start nginx
nginx
# Start the FastAPI application
uvicorn backend.app.main:app --host 0.0.0.0 --port 8000