We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2069443 commit c8fc570Copy full SHA for c8fc570
1 file changed
Makefile
@@ -50,6 +50,9 @@ ci: ## Reproduce full CI pipeline (lint + build + test + integration)
50
dev: ## Start development environment with docker-compose.dev.yml
51
docker compose -f docker-compose.dev.yml up -d
52
53
+dev-down: ## Stop development environment with docker-compose.dev.yml
54
+ docker compose -f docker-compose.dev.yml down
55
+
56
dev-build: ## Start development environment and rebuild images
57
docker compose -f docker-compose.dev.yml up --build -d
58
0 commit comments