This sample app is made to help other developers start working with docker and jenkins
Its a work in progress so any comment and suggestion is well received
make build-base
make build-test
make test-units
make run
default port is 8080
you can change the port using PORT
argument
make run PORT=8081