blob: 338fded0e0e7360bef7eb593b1ac0c4b4f0d1f65 [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
----