1 2 3
#!/bin/sh poetry run gunicorn -w 4 -k uvicorn.workers.UvicornWorker src.fastapi.flights_api:app --bind 0.0.0.0:8000