Spaces:
Running
Running
File size: 150 Bytes
6307f85 |
1 2 3 4 5 |
#!/bin/bash
# Execute the gunicorn command
exec /home/user/.local/bin/gunicorn --preload --bind :$PORT --workers 1 --threads 8 --timeout 0 _wsgi:app
|