modified: main_dc/Makefile
agane
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user