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