pipelines/dev.sh
Timothy J. Baek 0f42868f36 init
2024-05-21 14:02:44 -07:00

2 lines
100 B
Bash
Executable File

PORT="${PORT:-9099}"
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload