Spaces:
Runtime error
Runtime error
trying to see paths
Browse files- entrypoint.sh +1 -0
entrypoint.sh
CHANGED
@@ -7,6 +7,7 @@ echo "Starting Qdrant server..."
|
|
7 |
whoami
|
8 |
pwd
|
9 |
ls -la
|
|
|
10 |
# Run my chainlit app using uv
|
11 |
echo "Starting Chainlit application..."
|
12 |
~/app/uv run chainlit run app.py --host 0.0.0.0 --port 7860
|
|
|
7 |
whoami
|
8 |
pwd
|
9 |
ls -la
|
10 |
+
ls -la ./
|
11 |
# Run my chainlit app using uv
|
12 |
echo "Starting Chainlit application..."
|
13 |
~/app/uv run chainlit run app.py --host 0.0.0.0 --port 7860
|