Skip to content

Commit

Permalink
Added aks.kubeconfig as a dependency for the run-rp target
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadapaithankar committed Oct 9, 2024
1 parent 1533d72 commit 303370b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 303370b

Please sign in to comment.