Dockerfile COPY file generated by RUN sh script
I want to automate the building and execution of a java spring web service by using Docker. I run a script from the dockerfile that generate a settings.xml file. I want to copy that file in the image, but because…