start.sh 79 Bytes
#!/bin/bash
gunicorn -D -p tamp_order.pid -b 127.0.0.1:8000 app.api.app:api dev