circulartext commited on
Commit
5f4973d
·
1 Parent(s): e6226dd

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -1
entrypoint.sh CHANGED
@@ -9,4 +9,5 @@ fi
9
  # Handle any pre-start tasks if needed
10
 
11
  # Run the main command
12
- exec uvicorn app.main:app --host 0.0.0.0 --port 7860
 
 
9
  # Handle any pre-start tasks if needed
10
 
11
  # Run the main command
12
+ exec "$@"
13
+