Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Load the built image into docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kgapos committed Oct 27, 2023
1 parent 50759de commit 889162c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..

0 comments on commit 889162c

Please sign in to comment.