Create your own Dockerfile, you can't use a tomcat container. I recommend airdock/oracle-jdk as your starting docker image
On Fri, Oct 20, 2017 at 9:18 PM, Heiko Cane <[email protected]> wrote: > Hi, > > I'currently trying to run our OFBiz in docker but I can't find a way to > create a .war or .jar file to deploy it in a simple tomcat or java > container. Seems I have to checkout the sources in my docker container, run > the gradle build and then start OFBiz. > > Is there a way to get a .war or a .jar file containing alle the > dependencies for running it in a container? > > > Thanks for helping me! > > Heiko
