#!/bin/bash set -e python prepare_assets.py exec gunicorn app:app --workers 1 --threads 8 --timeout 180 --bind 0.0.0.0:$PORT