File size: 66 Bytes
ceb1df4
 
 
1
2
3
4
#!/bin/bash

uvicorn main:app --host=0.0.0.0 --reload --port 8000