Dockerfile unable to copy testng.xml file to docker image
I have springrestapi project setup in my local with Dockerfile and docker-compose.yml file successfully running. Now I have added my api tests as part of this project inside the same repository by adding a new directory called in-memory-tests. in-memory-tests directory…