myems/myems-api/run.sh

3 lines
79 B
Bash
Executable File

#!/bin/sh
gunicorn -b 0.0.0.0:8000 --pid pid --timeout 600 --workers=4 app:api