Guest User

Untitled

a guest
Nov 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. FROM microsoft/dotnet:2.0.4-runtime-nanoserver-1709 AS base
  2.  
  3. WORKDIR /app
  4. COPY /bin/Debug/netcoreapp2.0/publish/ .
  5.  
  6. ENTRYPOINT ["dotnet", "ConsoleApp1.dll"]
  7.  
  8. COPY /bin/Debug/netcoreapp2.0/publish/ . COPY failed: CreateFile \?C:ProgramDataDockertmpdocker-builder989987487bin
Add Comment
Please, Sign In to add comment