#!/bin/bash BE_ENV=local uvicorn main:app --host 0.0.0.0 --port 12300 --reload