From 889162c7f2b9a642334c13bce9c9dfb6d3663ccc Mon Sep 17 00:00:00 2001 From: Kostas Apostolopoulos Date: Sat, 28 Oct 2023 00:32:19 +0100 Subject: [PATCH] Load the built image into docker --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 7b3f0f7..26addb3 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -4,3 +4,4 @@ set -e scripts_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $scripts_path docker buildx build --platform linux/amd64,linux/arm64/v8 -t node-healthcheck:dev .. +docker buildx build --load -t node-healthcheck:dev ..