Skip to content

Commit c8fc570

Browse files
chore: add dev-down to Makefile
Signed-off-by: Felipe Bergamin <felipebergamin6@gmail.com>
1 parent 2069443 commit c8fc570

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ ci: ## Reproduce full CI pipeline (lint + build + test + integration)
5050
dev: ## Start development environment with docker-compose.dev.yml
5151
docker compose -f docker-compose.dev.yml up -d
5252

53+
dev-down: ## Stop development environment with docker-compose.dev.yml
54+
docker compose -f docker-compose.dev.yml down
55+
5356
dev-build: ## Start development environment and rebuild images
5457
docker compose -f docker-compose.dev.yml up --build -d
5558

0 commit comments

Comments
 (0)