diff --git a/Makefile b/Makefile index 7da2d82..b0a1a6f 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ build-arg+=--build-arg LOCAL_URL=https://local.colovu.com/dist build: @echo "Build $(image_name):$(image_tag)" - @docker build --force-rm $(build-arg) -t $(image_name):$(image_tag) . + @docker buildx build --force-rm $(build-arg) -t $(image_name):$(image_tag) . @echo "Add tag: $(image_name):latest" @docker tag $(image_name):$(image_tag) $(image_name):latest @echo "Build complete"