Skip to content

Commit

Permalink
docs(Makefile): remove missing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcides Ramos committed Oct 28, 2024
1 parent 6951ede commit 2495e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ down: ## Docker: stops the service <env=[dev|prod]>
@$(eval env ?= 'dev')
$(call showInfo,"Stopping service\(s\)...")
@echo ""
@$(DOCKER_COMPOSE) down $(DOCKER_COMPOSE_FILES) --remove-orphans
@$(DOCKER_COMPOSE) down --remove-orphans
$(call taskDone)

.PHONY: logs
Expand Down

0 comments on commit 2495e25

Please sign in to comment.