Skip to content

Commit 593c46d

Browse files
authored
Fix markdown block not terminated properly. (#43421)
Confusing command output, due to markdown block no terminated properly.
1 parent d32f026 commit 593c46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/docker/publish-as-container.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Determining projects to restore...
127127
DotNet.ContainerImage -> .\Worker\bin\Release\net8.0\linux-x64\publish\
128128
Building image 'dotnet-worker-image' with tags latest on top of base image mcr.microsoft.com/dotnet/aspnet:8.0
129129
Pushed container 'dotnet-worker-image:latest' to Docker daemon
130+
```
130131
131132
This command compiles your worker app to the *publish* folder and pushes the container to your local docker registry.
132133

0 commit comments

Comments
 (0)