blob: 89f64adfc166542ee68b031e820d48157bf18b3a [file] [log] [blame]
== Dockerise the Application ==
We use Gradle and Dockerizor to build the application.
Instead of running the sample within the Eclipse IDE you can build a https://www.docker.com/[Docker] image:
[source,sh]
----
$ ./gradlew dockerize
----
and run the application with:
[source,sh]
----
$ docker run
----