fraud-detection-ml / entrypoint.sh
sghorbal
Initial commit
537db6d
raw
history blame contribute delete
75 Bytes
#!/bin/bash
# Run the API
uvicorn src.main:app --host 0.0.0.0 --port 33000