Closed jamiejackson closed 6 years ago
Needed bootJar task, and needed to be on a separate run from the build task.
bootJar
build
# can't run `build bootJar` together, as bundle.js goes missing RUN ./gradlew build -Dorg.gradle.daemon=false RUN ./gradlew bootJar -Dorg.gradle.daemon=false
Needed
bootJar
task, and needed to be on a separate run from thebuild
task.