#!/bin/sh

/root/venv/bin/python -m uvicorn fastapp.main:get_application --port 3030 --host "0.0.0.0" --factory