How do I get Spring to use an application.yml file in a Docker container?
I am creating a simple Java/Gradle/Spring application. I am working on Dockerizing the app. When I run the app locally without docker, it properly uses the values in my application.yml file. However, when I run the Docker image, it doesn't…