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