nhathuy07 commited on
Commit
7057355
·
verified ·
1 Parent(s): f8bcabb

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,2 +1,2 @@
1
  redis-server &
2
- uvicorn main:app --port 7860 --host 0.0.0.0 --log-level debug
 
1
  redis-server &
2
+ uvicorn main:app --port 7860 --host 0.0.0.0 --reload