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 ecfd388 commit 5877f68Copy full SHA for 5877f68
docs/INTEGRATED-DEMO.md
@@ -35,7 +35,7 @@ dotnet add package Microsoft.NET.Build.Containers
35
dotnet publish --os linux --arch x64 -p:PublishProfile=DefaultContainer
36
37
# run your app
38
-docker run -it --rm -p 5010:80 my-awesome-container-app:latest
+docker run -it --rm -p 5010:80 my-awesome-container-app:1.0.0
39
```
40
41
Now you can go to `localhost:5010` and you should see the `Hello World!` text!
0 commit comments