File size: 181 Bytes
15c7eff
 
 
 
 
 
 
40f38c5
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Exit immediately if a command exits with a non-zero status
set -e

# Step 4: Run FastAPI App
echo "Starting FastAPI app..."
uvicorn main:app --host 0.0.0.0 --port 7860