How To Copy Folder In Dockerfile

How to copy Folder in Dockerfile

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"]

No Comments

Add a Comment
Comments are closed