File size: 120 Bytes
d7a8925
 
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

# Start nginx in background
nginx

# Start FastAPI application
uvicorn main:app --host 0.0.0.0 --port 7860