I’m new to Docker and I’ve an image which needs to connect to a repository in runtime to download a jar, but it seams that Docker container is not able to read ~/.m2/settings.xml file located in host machine.
Is there any way to let docker now where maven configuration file is located? Or actually import the maven configuration file to the container?
Thanks in advance.