circulartext commited on
Commit
6510d96
1 Parent(s): 58fd45e

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -3
entrypoint.sh CHANGED
@@ -2,7 +2,6 @@
2
  set -e
3
 
4
  # Specify the path to your app.py file
5
- APP_PATH="/app/app.py"
 
6
 
7
- # Run the Uvicorn server with your FastAPI application
8
- exec uvicorn "$APP_PATH:app" --host 0.0.0.0 --port 7860 --reload
 
2
  set -e
3
 
4
  # Specify the path to your app.py file
5
+ APP_PATH="/app.py"
6
+
7