UDface11jkj commited on
Commit
217acb9
·
verified ·
1 Parent(s): bbe2302

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +3 -0
start.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ export PORT=${PORT:-7860}
3
+ uvicorn testing.app:app --host=0.0.0.0 --port=$PORT