I'm trying to copy a local file from my Windows host to my Linux docker, each time I build and run the docker using VS 2017.
The path is "c:\test\prob.config" which I'd like to see in "/app" folder inside the docker.
I tried changing "Dockerfile" or "docker-compose" and yet without success.
Thanks