Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 634 Bytes

README.MD

File metadata and controls

23 lines (15 loc) · 634 Bytes

Gradle Docker CI Example

The idea of this project is to have boilerplate template of a gradle project that can be executed and test in a docker container.

The idea behind this is to allow to test and run an application in a controlled environment.

To run the application in the docker container just run:

~ $ gradlew dockerRun

To run the tests just run:

~ $ gradlew dockerTest

If you like to customize the docker image just edit docker/DOCKERFILE

This boilerplate could be used not only for any kind of application, jut modify the gradle build to copy and run what ever you need in the container