From cb83f271ef7fcf0ce9d2642e91c5da6f5147a449 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Mon, 17 Nov 2025 22:50:52 +0500 Subject: [PATCH] modified: main_dc/Makefile api => api_tp --- main_dc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main_dc/Makefile b/main_dc/Makefile index caa6abd..4f35d22 100644 --- a/main_dc/Makefile +++ b/main_dc/Makefile @@ -135,13 +135,13 @@ certbot: stop_cerbot git build_certbot start_certbot wn wn: watch -n 2 'docker ps' -stop_api: +stop_api_tp: docker compose down api -build_api: +build_api_tp: docker compose build api --no-cache -start_api: +start_api_tp: docker compose up api -d -api: stop_api git build_api start_api wn +api_tp: stop_api_tp git build_api_tp start_api_tp wn