ICFI / eagle

1 stars 4 forks source link

Eagle app missing bundle.js #32

Closed jamiejackson closed 6 years ago

jamiejackson commented 6 years ago

Needed bootJar task, and needed to be on a separate run from the build task.

# 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