modified: main_dc/Makefile

api => api_tp
This commit is contained in:
2025-11-17 22:50:52 +05:00
parent ff7b3e612e
commit cb83f271ef
+4 -4
View File
@@ -135,13 +135,13 @@ certbot: stop_cerbot git build_certbot start_certbot wn
wn: wn:
watch -n 2 'docker ps' watch -n 2 'docker ps'
stop_api: stop_api_tp:
docker compose down api docker compose down api
build_api: build_api_tp:
docker compose build api --no-cache docker compose build api --no-cache
start_api: start_api_tp:
docker compose up api -d 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