You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save the file and test the program again with `dotnet run`. Remember that this app runs indefinitely. Use the cancel command <kbd>Ctrl+C</kbd> to stop it. The following is an example output:
97
89
@@ -154,23 +146,7 @@ The *Dockerfile* file is used by the `docker build` command to create a containe
154
146
155
147
Create a file named *Dockerfile* in the directory containing the *.csproj* and open it in a text editor. This tutorial will use the ASP.NET Core runtime image (which contains the .NET runtime image) and corresponds with the .NET console application.
156
148
157
-
```dockerfile
158
-
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
0 commit comments