Run Maven Surefire Tests from Docker Container
Follow the below steps to build a docker image and run tests: 1. Create a Dockerfile in your project directory with below content. C:/Projects/HelloWorldApplication/Dockerfile FROM maven:3.5.3-jdk-8-alpine...