File size: 72 Bytes
6e212c2
 
 
8c43e1a
1
2
3
4
5
#!/bin/bash
set -e

uvicorn backend.main:app --host 0.0.0.0 --port 7860