How to copy contents of folder to /app via dockerfile?
We have a solution-wide folder that contains shared settings that each project needs. I'm trying to copy the contents of that folder to the /app folder but it's not working This is part of my dockerfile configuration: FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine3.12 AS…