project_start/conf/scripts/python/gunicorn.sh

4 lines
70 B
Bash

#!/usr/bin/env bash
cd /home/app/flask
gunicorn -b 0.0.0.0:80 app:app