sghorbal
containerize application
3733d96
raw
history blame
74 Bytes
#!/bin/bash
# Run the API
uvicorn src.main:app --host 0.0.0.0 --port 8860