#!/bin/bash gunicorn -w 2 -p tamp_order.pid -b 127.0.0.1:8000 --log-level=debug app.api.app:api prod