#!/bin/bash
export PYTHONUNBUFFERED=1
exec gunicorn -b $GUNICORN_BIND --access-logfile - --error-logfile - $FLASK_APP:app
# exec /bin/bash