O2Sound_ver2_final/backend/run-local.sh

3 lines
79 B
Bash

#!/bin/bash
BE_ENV=local uvicorn main:app --host 0.0.0.0 --port 12300 --reload