From 8e79b347540241ef852202f5854e1543ba0456c3 Mon Sep 17 00:00:00 2001 From: James Green Date: Fri, 17 May 2024 09:40:30 +0100 Subject: [PATCH] removed run --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2965f8a..577afab 100644 --- a/Makefile +++ b/Makefile @@ -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