Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Azeez98
/
solveai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1ec4aec
solveai
/
start.sh
Azeez98
Update start.sh
988e9c2
verified
15 days ago
raw
Copy download link
history
blame
Safe
163 Bytes
#!/bin/bash
# Start Gunicorn in the background
gunicorn django_project.wsgi:application --
bind
0.0.0.0:8000 &
# Start NGINX in foreground
nginx -g
"daemon off;"