Timmyafolami commited on
Commit
40f38c5
·
verified ·
1 Parent(s): 79b0a63

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -5,4 +5,4 @@ set -e
5
 
6
  # Step 4: Run FastAPI App
7
  echo "Starting FastAPI app..."
8
- uvicorn main:app --host 0.0.0.0 --port 8000
 
5
 
6
  # Step 4: Run FastAPI App
7
  echo "Starting FastAPI app..."
8
+ uvicorn main:app --host 0.0.0.0 --port 7860