Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jul 12, 2022
1 parent ccd17a1 commit 23bea3c
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 @@ -49,7 +49,7 @@ all: project
.PHONY: start-test-backend
start-test-backend: ## Start Test Plone Backend
@echo "$(GREEN)==> Start Test Plone Backend$(RESET)"
docker-compose up
docker compose up

.PHONY: help
help: ## Show this help.
Expand Down

0 comments on commit 23bea3c

Please sign in to comment.