#!/bin/bash cd "$(dirname "$0")" export FLASK_APP=chat.py exec gunicorn -w 1 -b0.0.0.0:5000 chat:app