Dyraa18's picture
Upload 7 files
20de58b verified
raw
history blame contribute delete
125 Bytes
#!/bin/bash
set -e
python prepare_assets.py
exec gunicorn app:app --workers 1 --threads 8 --timeout 180 --bind 0.0.0.0:$PORT