We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32f026 commit 593c46dCopy full SHA for 593c46d
docs/core/docker/publish-as-container.md
@@ -127,6 +127,7 @@ Determining projects to restore...
127
DotNet.ContainerImage -> .\Worker\bin\Release\net8.0\linux-x64\publish\
128
Building image 'dotnet-worker-image' with tags latest on top of base image mcr.microsoft.com/dotnet/aspnet:8.0
129
Pushed container 'dotnet-worker-image:latest' to Docker daemon
130
+```
131
132
This command compiles your worker app to the *publish* folder and pushes the container to your local docker registry.
133
0 commit comments