File size: 121 Bytes
50f8987
 
 
 
 
 
1
2
3
4
5
6
#!/bin/bash
# Start nginx
nginx

# Start the FastAPI application
uvicorn backend.app.main:app --host 0.0.0.0 --port 8000