#!/usr/bin/env bash set -euo pipefail cd /home/xsl/product python -m uvicorn main:app --host 0.0.0.0 --port 8080