Skip to content

Commit 67879b2

Browse files
committed
Formatting updates
1 parent ac509fe commit 67879b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dotnetapp-4.6.2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM microsoft/dotnet-framework:4.6.2
22
WORKDIR /app
33
COPY bin/Release/net462 .
4-
ENTRYPOINT ["dotnetapp-4.6.2.exe"]
4+
ENTRYPOINT ["dotnetapp-4.6.2.exe"]

dotnetapp-4.7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM microsoft/dotnet-framework:4.7
22
WORKDIR /app
33
COPY bin/Release/net47 .
4-
ENTRYPOINT ["dotnetapp-4.7.exe"]
4+
ENTRYPOINT ["dotnetapp-4.7.exe"]

dotnetapp-4.7/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ ......... ..............
6464
";
6565
return bot;
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)