Mdean77 commited on
Commit
8bb1c53
·
1 Parent(s): c13b298
Files changed (1) hide show
  1. entrypoint.sh +2 -0
entrypoint.sh CHANGED
@@ -4,6 +4,8 @@
4
  echo "Starting Qdrant server..."
5
  /qdrant/qdrant &
6
 
 
 
7
  # Run my chainlit app using uv
8
  echo "Starting Chainlit application..."
9
  ~/app/uv run chainlit run app.py --host 0.0.0.0 --port 7860
 
4
  echo "Starting Qdrant server..."
5
  /qdrant/qdrant &
6
 
7
+ whoami
8
+
9
  # Run my chainlit app using uv
10
  echo "Starting Chainlit application..."
11
  ~/app/uv run chainlit run app.py --host 0.0.0.0 --port 7860