From da35d404dee1b622d727bc70fbfac64a30ac73c8 Mon Sep 17 00:00:00 2001 From: Stephan Barth Date: Mon, 4 Nov 2024 14:54:56 +0100 Subject: [PATCH] build(Makefile): change 'make status' to show also dead container --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52734e06c..3b4f56ffa 100644 --- a/Makefile +++ b/Makefile @@ -248,7 +248,7 @@ well-known: static; .PHONY: status # HELP: print develop status: running containers, used ports status: - @./utils/develop-status.pl + @./utils/develop-status.pl -a # TODO: rework logs .PHONY: log-%