docker build no cache

This commit is contained in:
phact 2025-10-14 02:07:13 -04:00
parent a285a8563f
commit 0f84ea247d

View file

@ -207,7 +207,7 @@ test-ci:
echo "Pulling latest images..."; \
docker compose -f docker-compose-cpu.yml pull; \
echo "Building OpenSearch image override..."; \
docker build -t phact/openrag-opensearch:latest -f Dockerfile .; \
docker build --no-cache -t phact/openrag-opensearch:latest -f Dockerfile .; \
echo "Starting infra (OpenSearch + Dashboards + Langflow) with CPU containers"; \
docker compose -f docker-compose-cpu.yml up -d opensearch dashboards langflow; \
echo "Starting docling-serve..."; \