cammiechat/run.sh
2018-12-04 21:01:57 +01:00

5 lines
102 B
Bash
Executable file

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