Skip to content

Commit 371365d

Browse files
committed
Add stop-all target to Makefile for stopping all containers
1 parent e88019d commit 371365d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,8 @@ dbs: ## Start databases
9898

9999
stop: ## Stop the container
100100
@docker stop $(APP_NAME) || true
101+
102+
stop-all: ## Stop the container
103+
@docker stop $(APP_NAME) || true
101104
@docker stop $(BASE_NAME)-mongodb || true
102105
@docker stop $(BASE_NAME)-redis || true

0 commit comments

Comments
 (0)