Makefile 267 Bytes Edit 1 2 3 4 5 6 7 8 9 10 IMAGE_NAME = codecentric/springboot-maven3-centos build: docker build -t $(IMAGE_NAME) . .PHONY: test test: docker build -t $(IMAGE_NAME)-candidate . IMAGE_NAME=$(IMAGE_NAME)-candidate test/run test-app IMAGE_NAME=$(IMAGE_NAME)-candidate test/run test-app-mvnw