995af0f
1
2
3
4
5
6
7
#!/bin/bash # Start Nginx nginx # Start the FastAPI application uvicorn api:app --host 0.0.0.0 --port 8444