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