#!/bin/bash # Start Nginx nginx # Start the FastAPI application uvicorn api:app --host 0.0.0.0 --port 8444