Spaces:
Running
Running
File size: 125 Bytes
20de58b |
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
|