cammiechat/run.sh
2018-12-04 20:07:17 +01:00

5 lines
104 B
Bash
Executable file

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