We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d56de commit 201f4a7Copy full SHA for 201f4a7
Makefile
@@ -284,7 +284,7 @@ start: ## Start the stack with current local.env definitions
284
@-$(MSG_I) "Starting $(APP_NAME) stack..."
285
@$(SHELL) $(SCRIPT) up -d
286
287
-.PHONY: start
288
-start: ## Stop the running stack
+.PHONY: stop
+stop: ## Stop the running stack
289
@-$(MSG_I) "Stopping $(APP_NAME) stack..."
290
@$(SHELL) $(SCRIPT) stop
0 commit comments