File is not getting copied inside Docker container using cp command in a script
I am trying to run a custom-nginx server in Docker with a custom configuration file(Let's call it custom.configuration.conf) And, I want the container to pick the configuration file based on the deployment environment. Hence in my repository, I have put…