From 0249c984827f9ade7925b4ff8dd4910b54b3b9a7 Mon Sep 17 00:00:00 2001 From: Shubhada Date: Wed, 9 Oct 2024 12:23:19 -0700 Subject: [PATCH] Added aks.kubeconfig as a dependency for the run-rp target --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe6c828b389..36c95bff746 100644 --- a/Makefile +++ b/Makefile @@ -442,7 +442,6 @@ run-portal: # run-rp executes the RP locally as similarly as possible to production. That # includes the use of Hive, meaning you need a VPN connection. .PHONY: run-rp -run-rp: +run-rp: aks.kubeconfig docker compose rm -sf rp docker compose up rp -