bentebbutt's picture
Update run.sh
407f582
raw
history blame
155 Bytes
#!/bin/bash
cd backend
# Start FastAPI app in the background on port 8000
uvicorn app:app --host 0.0.0.0 --port 8000
# Start Nginx
nginx -g 'daemon off;'