Provide dependency file to a Spring app deployed with Docker
I have a Spring application as a war file deployed in Tomcat. All is done with a docker file. While running the app, I get an exception for this missing file Script resource ste/SteCommon.groovy: not found at scripts/ste/SteCommon.groovy and Script resource ste/SteCommon.groovy: not found at /home/vcap/cloudsuite/config/scripts/ste/SteCommon.groovy. I see in docker file there is an env … Read more