AlishbahRP commited on
Commit
bda2716
·
verified ·
1 Parent(s): d2182fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,7 +47,7 @@ netstat -tulnp || ss -tulnp || true; \
47
  sleep 1; \
48
  done; \
49
  echo "--- Chroma API is up ---"; \
50
- echo "[DEBUG] Testing Chroma collections endpoint:"; \6
51
  curl -v http://localhost:8000/api/v2/collections || true; \
52
  echo "[DEBUG] Environment variables:"; \
53
  printenv | grep CHROMA || true; \
 
47
  sleep 1; \
48
  done; \
49
  echo "--- Chroma API is up ---"; \
50
+ echo "[DEBUG] Testing Chroma collections endpoint:"; \
51
  curl -v http://localhost:8000/api/v2/collections || true; \
52
  echo "[DEBUG] Environment variables:"; \
53
  printenv | grep CHROMA || true; \