We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac509fe commit 67879b2Copy full SHA for 67879b2
dotnetapp-4.6.2/Dockerfile
@@ -1,4 +1,4 @@
1
FROM microsoft/dotnet-framework:4.6.2
2
WORKDIR /app
3
COPY bin/Release/net462 .
4
-ENTRYPOINT ["dotnetapp-4.6.2.exe"]
+ENTRYPOINT ["dotnetapp-4.6.2.exe"]
dotnetapp-4.7/Dockerfile
FROM microsoft/dotnet-framework:4.7
COPY bin/Release/net47 .
-ENTRYPOINT ["dotnetapp-4.7.exe"]
+ENTRYPOINT ["dotnetapp-4.7.exe"]
dotnetapp-4.7/Program.cs
@@ -64,4 +64,4 @@ ......... ..............
64
";
65
return bot;
66
}
67
-}
+}
0 commit comments