From fdfc6ce0368fb5504f0b64ee4ea82108f7013f37 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 27 May 2024 18:05:20 +0100 Subject: [PATCH] Update DOCKER_BUILD_CMD in build.sh to include the "--load" flag Signed-off-by: Adam Warner --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fd8f076..e421bf8 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ usage() { } # Set default values -DOCKER_BUILD_CMD="docker buildx build src/. --tag pihole --no-cache" +DOCKER_BUILD_CMD="docker buildx build src/. --tag pihole --load --no-cache" FTL_FLAG=false # Parse command line arguments