From a9fc048392ae5732e68f069ca4cbaffd6f9047e8 Mon Sep 17 00:00:00 2001 From: Feroz Salam Date: Mon, 10 May 2021 10:51:04 +0100 Subject: [PATCH] Update docker-test command This removes the test container after it has run, instead of leaving it on the system --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 470062ce..608c0bb8 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ test-elasticsearch: test-docker: docker-compose --project-name elastalert build tox - docker-compose --project-name elastalert run tox + docker-compose --project-name elastalert run --rm tox clean: make -C docs clean