micronaut-examples
micronaut-examples copied to clipboard
Run gradle build in Dockerfile
The Dockerfile
s 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".