Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.25 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.25 KB

Build Status -> CircleCI Maintainability Test Coverage Inline docs

  1. This project uses Maven as build tool. Checkout the project and run below command

mvn clean install

  1. Verify, the build is successful and target folder has a Jar.

  2. To build a docker image, run below command

docker build -t <docker_image_name> . This step builds the docker image from dockerfile location

  1. To run created docker image using customized port(verify dockerfile)

docker run -p 8080:8080

  1. We have integrated it with Circle CI, to build automatically.