Skip to content

Commit 82ef061

Browse files
authored
Update publish-as-container.md
1 parent f006d6a commit 82ef061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ To publish to an archive, add the `ContainerArchiveOutputPath` property to your
222222

223223
```dotnetcli
224224
dotnet publish \
225-
-p PublishProfile=DefaultContainer \
225+
/t:PublishContainer \
226226
-p ContainerArchiveOutputPath=./images/sdk-container-demo.tar.gz
227227
```
228228

0 commit comments

Comments
 (0)