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