diff --git a/Makefile b/Makefile index 20cc3334..0e806448 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ list: .PHONY: build-image build-image: - docker build -t $(IMAGE_NAME):latest -f Dockerfile.external . + docker build -t $(IMAGE_NAME):latest -f Dockerfile.external --target app . .PHONY: push-image push-image: