Skip to content

Commit

Permalink
feat: 📝 Update Makefile with more descriptive message for stopping an…
Browse files Browse the repository at this point in the history
…d removing containers
  • Loading branch information
cbouvat committed Oct 13, 2023
1 parent cbd5ecf commit cdbae79
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 @@ -29,7 +29,7 @@ copy-docker-compose-dev: ## Copy docker-compose.dev.yml to docker-compose.yml

down: ## Stop and remove all containers
docker compose down --remove-orphans
@echo "🛑 Containers are stopped and removed"
@echo "🛑 Socya are stopped and removed"

help: ## Display this help
@echo "📖 Socya help"
Expand Down

0 comments on commit cdbae79

Please sign in to comment.