Good day!

i am trying to create a docker image of the new ofbiz using gradle.

And obviously i want a quick startup time.

So i run all the gradle build tasks offline, copy the result in a docker image and install it in a docker environment.

Then as normal run ./gradlew ofbiz  as the startup command.

Then because the gradle cache is not there gradle rebuids. Copying the gradle cache into the docker image is no option, because it gets substantial bigger.

How to start the system assuming the build was successful and no rebuild is required?

--

Regards,

Hans Bakker
CEO, http://antwebsystems.com

Reply via email to