We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c620a33 commit 8712d66Copy full SHA for 8712d66
Makefile
@@ -16,7 +16,7 @@ help: ## Show this help.
16
install: vendor imagemagick-docker ## Install composer dependencies and Docker image for testing
17
.PHONY: install
18
19
-start: ## Start Docker image for testing
+start: imagemagick-docker ## Start Docker image for testing
20
@docker start $(IMAGEMAGICK_DOCKER_IMAGE)
21
.PHONY: start
22
@@ -47,4 +47,4 @@ imagemagick-docker:
47
dpokidov/imagemagick:latest \
48
sleep 9999999 \
49
>/dev/null
50
-.PHONY: imagemagick-docker
+.PHONY: imagemagick-docker
0 commit comments