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 3724a82 commit a14ab54Copy full SHA for a14ab54
1 file changed
Makefile
@@ -41,6 +41,11 @@ down: ## Down the dev environment
41
$(DOCKER_COMPOSE_DEV) down --remove-orphans
42
endif
43
44
+ifeq ($(PRIMARY_GOAL),stop)
45
+stop: ## Stop the dev environment
46
+ $(DOCKER_COMPOSE_DEV) down --remove-orphans
47
+endif
48
+
49
ifeq ($(PRIMARY_GOAL),clear)
50
clear: ## Remove development docker containers and volumes
51
$(DOCKER_COMPOSE_DEV) down --volumes --remove-orphans
0 commit comments