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

trying to ech the path

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -0
entrypoint.sh CHANGED
@@ -7,5 +7,6 @@ echo "Qdrant is ready!"
7
 
8
  # Start Chainlit application using Uvicorn
9
  echo "Starting Chainlit application..."
 
10
  uv run chainlit run app.py --host 0.0.0.0 --port 7860
11
 
 
7
 
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