modified: main_dc/Makefile

agane
This commit is contained in:
2025-11-17 22:51:48 +05:00
parent cb83f271ef
commit 8d80fd4bc6
+3 -3
View File
@@ -136,12 +136,12 @@ wn:
watch -n 2 'docker ps' watch -n 2 'docker ps'
stop_api_tp: stop_api_tp:
docker compose down api docker compose down api_tp
build_api_tp: build_api_tp:
docker compose build api --no-cache docker compose build api_tp --no-cache
start_api_tp: 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 api_tp: stop_api_tp git build_api_tp start_api_tp wn