Skip to content

Commit

Permalink
Fixup broken instructions in aspnet sample readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Mar 19, 2018
1 parent fb6679d commit f5bd322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/aspnetapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can build and run the sample in Docker using the following commands. The ins
cd samples
cd aspnetapp
docker build --pull -t aspnetapp .
docker run --rm -p 8000:80 --name aspnetcore_sample microsoft/dotnet-samples:aspnetapp
docker run --rm -p 8000:80 --name aspnetcore_sample aspnetapp
```

You should see the following console output as the application starts.
Expand Down

0 comments on commit f5bd322

Please sign in to comment.