From 6ef46c19da6e581143ebf51b7d04d9c8126ebc46 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:55:15 -0500 Subject: [PATCH] another reference --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d83a468..a0e063c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ do export $entry done -make build/container/${IMAGE_NAME}-${IMAGE_TAG} $@ +make container/${IMAGE_NAME}-${IMAGE_TAG} $@ make boot.iso $@