How to COPY folder to Docker container in Dockerfile
I've a folder project structure as "cfn-APP" and inside this folder I've the following folders NETPAYMENTS Config Tests Locators Here Config, Tests, Locators are folders. Similarly I've another folder inside "cfn-APP" (Again Config, Tests, Locators are folders) PAYMENTS Config Tests…