4 lines
71 B
Bash
4 lines
71 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
gunicorn --chdir app app:app -w 2 --threads 2 -b 0.0.0:5002
|