micronaut-examples icon indicating copy to clipboard operation
micronaut-examples copied to clipboard

Run gradle build in Dockerfile

Open debuglevel opened this issue 5 years ago • 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".

debuglevel avatar Aug 11 '19 19:08 debuglevel