Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist authored Sep 30, 2024
1 parent c54ff8f commit d103444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/docker/build-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you pass a number on the command line to the app, it will only count up to th
## Publish .NET app

In order for the application to be suitable for an image creation it has to be built. `dotnet publish` command is most apt for this. For in-depth reference, see [dotnet build](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build) and [dotnet publish](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish) commands documentation.
In order for the app to be suitable for an image creation it has to be built. The `dotnet publish` command is most apt for this, as it builds and publishes the app. For an in-depth reference, see [dotnet build](/dotnet/core/tools/dotnet-build) and [dotnet publish](/dotnet/core/tools/dotnet-publish) commands documentation.

```dotnetcli
dotnet publish -c Release
Expand Down

0 comments on commit d103444

Please sign in to comment.