From a0ee615d30cca7962abc96dbbf42551f74c22730 Mon Sep 17 00:00:00 2001 From: David Allen Date: Tue, 30 Jul 2024 11:32:21 -0600 Subject: [PATCH] Added local Docker container rule for testing locally --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f58451d..b5eba96 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ exe: docker: binaries plugins docker build . --build-arg REGISTRY_HOST=${REGISTRY_HOST} --no-cache --pull --tag '${NAME}:${VERSION}' +docker-testing: binaries plugins + docker build . --tag configurator:testing + # build all of the generators into plugins plugins: mkdir -p lib