Skip to content

Commit 5877f68

Browse files
authored
Fix version on sample code (#104)
1 parent ecfd388 commit 5877f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/INTEGRATED-DEMO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dotnet add package Microsoft.NET.Build.Containers
3535
dotnet publish --os linux --arch x64 -p:PublishProfile=DefaultContainer
3636

3737
# run your app
38-
docker run -it --rm -p 5010:80 my-awesome-container-app:latest
38+
docker run -it --rm -p 5010:80 my-awesome-container-app:1.0.0
3939
```
4040

4141
Now you can go to `localhost:5010` and you should see the `Hello World!` text!

0 commit comments

Comments
 (0)