desteg/gunicorn_start.sh

4 lines
71 B
Bash
Executable File

#!/bin/sh
gunicorn --chdir app app:app -w 2 --threads 2 -b 0.0.0:5002