File size: 104 Bytes
ab8b5a4
 
 
 
1
2
3
4
5
# Entrypoint

echo "Starting the application..."
uv run uvicorn api.main:app --host 0.0.0.0 --port 8000