micronaut-projects/micronaut-examples

Run gradle build in Dockerfile

debuglevel opened this issue · 0 comments

The Dockerfiles in this project depend on that gradlew build had already run (and the jar files already exist); this is quite uncommon for a Dockerfile, which usually builds the *.jar files in a "build stage" and then copies them into a "run stage".