From ebc3dd954c9452a16c70908f8a15a29319413f23 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Sun, 2 Nov 2025 05:14:05 +0500 Subject: [PATCH] modified: main_dc/Makefile add htop command into Makefile --- main_dc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main_dc/Makefile b/main_dc/Makefile index fc1987e..ec3cdf2 100644 --- a/main_dc/Makefile +++ b/main_dc/Makefile @@ -91,4 +91,7 @@ easysite_build: easysite_start: docker compose up easysite -d -es: easysite_stop git easysite_build easysite_start easysite_logs +top: + htop + +es: easysite_stop git easysite_build easysite_start top