> Hey > > I use tomee maven plugin today and I do some upgrades in lib (myfaces). > > Anyone else who modifies tomee this way but based on docker instead? > > Just getting started with docker btw. > > Cheers
I would use a simple Dockerfile like this: FROM tomee:8-jre-1.7.2-plus ADD myfaces...jar /usr/local/tomee/lib ADD your.war /usr/local/tomee/webapps This will download a prebuilt tomee image from docker hub and add your files in a new image layer. It means you have to commit myfaces jars along with the Dockerfile to version control. Regards, Christoph This Email was scanned by Sophos Anti Virus
