build(Makefile): change 'make status' to show also dead container
This commit is contained in:
parent
6239978a6a
commit
da35d404de
2
Makefile
2
Makefile
@ -248,7 +248,7 @@ well-known: static;
|
|||||||
.PHONY: status
|
.PHONY: status
|
||||||
# HELP: print develop status: running containers, used ports
|
# HELP: print develop status: running containers, used ports
|
||||||
status:
|
status:
|
||||||
@./utils/develop-status.pl
|
@./utils/develop-status.pl -a
|
||||||
|
|
||||||
# TODO: rework logs
|
# TODO: rework logs
|
||||||
.PHONY: log-%
|
.PHONY: log-%
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user