Skip to content

Commit

Permalink
Make sure docker container is created before starting it
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Dec 18, 2023
1 parent c620a33 commit 8712d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ help: ## Show this help.
install: vendor imagemagick-docker ## Install composer dependencies and Docker image for testing
.PHONY: install

start: ## Start Docker image for testing
start: imagemagick-docker ## Start Docker image for testing
@docker start $(IMAGEMAGICK_DOCKER_IMAGE)
.PHONY: start

Expand Down Expand Up @@ -47,4 +47,4 @@ imagemagick-docker:
dpokidov/imagemagick:latest \
sleep 9999999 \
>/dev/null
.PHONY: imagemagick-docker
.PHONY: imagemagick-docker

0 comments on commit 8712d66

Please sign in to comment.