Run gradle build in Dockerfile
debuglevel opened this issue · 0 comments
debuglevel commented
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".