codernotme's picture
commit
a5a6a2e verified
raw
history blame contribute delete
64 Bytes
#!/bin/bash
uvicorn app:app --host 0.0.0.0 --port 8000 --reload