diff --git a/main_dc/Makefile b/main_dc/Makefile index a2be764..d30af5b 100644 --- a/main_dc/Makefile +++ b/main_dc/Makefile @@ -89,12 +89,12 @@ easysite_build: docker compose build easysite --no-cache easysite_start: - docker compose up easysite -d + docker compose up easysite -d && docker ps top: htop -es: easysite_stop git easysite_build easysite_start top +es: easysite_stop git easysite_build easysite_start stop_analitics: docker compose down analytics