Skip to content

Commit

Permalink
Merge pull request #346 from ministryofjustice/remove_wait_from_make
Browse files Browse the repository at this point in the history
removed wait script
  • Loading branch information
jamesgreen-moj authored May 17, 2024
2 parents f9b8f48 + 8e79b34 commit 979ce73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ stop: ## Stop and remove containers
.PHONY: run
run: ## Build dev image and start dhcp container
$(DOCKER_COMPOSE) up -d dhcp-primary
./scripts/wait_for_dhcp_server.sh
$(DOCKER_COMPOSE) up -d dhcp-standby
$(DOCKER_COMPOSE) up -d dhcp-api

Expand Down

0 comments on commit 979ce73

Please sign in to comment.