How To Copy Folder In Dockerfile
05 May 2017
Hello everybody,
recently I had following issue:
copy folder dotnet-dev-win-x64.1.0.1 into c:\Program Files\Dotnet in container. After different dancing and triings I've found following command that worked:
COPY ["dotnet-dev-win-x64.1.0.1", "c:/Program Files/dotnet"]