Spaces:
Sleeping
Sleeping
File size: 125 Bytes
008d586 |
1 2 3 4 5 |
#!/bin/bash
set -e
python prepare_assets.py
exec gunicorn app:app --workers 1 --threads 8 --timeout 180 --bind 0.0.0.0:$PORT
|