Loading ...

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

Be the first to rate this post

  • Currently 0.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5