#!/bin/sh poetry run uvicorn \ --host 0.0.0.0 \ --port 8000 \ --loop uvloop \ ajal_demo.web:app