Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -46,7 +46,6 @@ CMD sh -c 'set -x; chroma run \
|
|
46 |
--path /data/chroma \
|
47 |
--host 0.0.0.0 \
|
48 |
--port 8000 \
|
49 |
-
--cors-allow-origins "[\"*\"]" \
|
50 |
& \
|
51 |
while ! curl -s http://localhost:8000/api/v1/heartbeat >/dev/null; do \
|
52 |
echo "Waiting for Chroma API..."; sleep 1; done; \
|
|
|
46 |
--path /data/chroma \
|
47 |
--host 0.0.0.0 \
|
48 |
--port 8000 \
|
|
|
49 |
& \
|
50 |
while ! curl -s http://localhost:8000/api/v1/heartbeat >/dev/null; do \
|
51 |
echo "Waiting for Chroma API..."; sleep 1; done; \
|