cc-api / start.sh
Severian's picture
Upload 81 files
995af0f verified
raw
history blame
108 Bytes
#!/bin/bash
# Start Nginx
nginx
# Start the FastAPI application
uvicorn api:app --host 0.0.0.0 --port 8444