Hi,
I use maven to compile and build docker images for my Java application.
I would like to know how to convert Dockerfile commands like ADD, CMD, VOLUM etc. to xmy entries for my pom.xml …
Is there any documentation or tutorials for this ?
Thanks