modified: main_dc/Makefile
add api commands for Makefile
This commit is contained in:
@@ -134,3 +134,14 @@ certbot: stop_cerbot git build_certbot start_certbot wn
|
||||
|
||||
wn:
|
||||
watch -n 2 'docker ps'
|
||||
|
||||
stop_api:
|
||||
docker compose down api
|
||||
|
||||
build_api:
|
||||
docker compose build api --no-cache
|
||||
|
||||
start_api:
|
||||
docker compose up api -d
|
||||
|
||||
api: stop_api git build_api start_api wn
|
||||
|
||||
Reference in New Issue
Block a user