Mdean77 commited on
Commit
e8c6562
·
1 Parent(s): 91305a0

Got rid of run command

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -8,5 +8,5 @@ echo "Qdrant is ready!"
8
  # Start Chainlit application using Uvicorn
9
  echo "Starting Chainlit application..."
10
  echo "Current path: $PATH"
11
- uv run chainlit run app.py --host 0.0.0.0 --port 7860
12
 
 
8
  # Start Chainlit application using Uvicorn
9
  echo "Starting Chainlit application..."
10
  echo "Current path: $PATH"
11
+ # uv run chainlit run app.py --host 0.0.0.0 --port 7860
12