I have a web app developed with Django and some libraries are written in Java. (For ex : Stanford POS Tagger). I would like to know what can i do to dockerize my app. I find many tutorials about how to dockerize a Django App, but i don't know how to do it if some libraries need to use the JVM.
Thank you so much.