circulartext commited on
Commit
6b71af3
·
verified ·
1 Parent(s): c488865

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -13,4 +13,4 @@ else
13
  fi
14
 
15
  # Switch to the user before starting the application
16
- exec gosu user "$@"
 
13
  fi
14
 
15
  # Switch to the user before starting the application
16
+ exec gosu user uvicorn "$MAIN_PATH:app" --host 0.0.0.0 --port 7860 --reload