From 8d80fd4bc61be519debcfce79a85f1ab081a4d4d Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Mon, 17 Nov 2025 22:51:48 +0500 Subject: [PATCH] modified: main_dc/Makefile agane --- main_dc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main_dc/Makefile b/main_dc/Makefile index 4f35d22..c928f17 100644 --- a/main_dc/Makefile +++ b/main_dc/Makefile @@ -136,12 +136,12 @@ wn: watch -n 2 'docker ps' stop_api_tp: - docker compose down api + docker compose down api_tp build_api_tp: - docker compose build api --no-cache + docker compose build api_tp --no-cache start_api_tp: - docker compose up api -d + docker compose up api_tp -d api_tp: stop_api_tp git build_api_tp start_api_tp wn