nhathuy07 commited on
Commit
3b3275d
·
verified ·
1 Parent(s): c5e17e5

Create entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -0
entrypoint.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ redis-server &
2
+ uvicorn main:app --port 7860 --workers 6 --host 0.0.0.0