From 72e8929b256a58ef236cd6cb8f0e0d03ea93a624 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 9 Apr 2019 09:35:01 -0400 Subject: [PATCH] Updating README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78acdc1..60ed171 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,13 @@ dotnet ef migrations add InitialIdentityModel --context appidentitydbcontext -p ## Running the sample using Docker -You can run both the Web and WebRazorPages samples at the same time by running these commands from the root folder (where the .sln file is located): +You can run the Web sample by running these commands from the root folder (where the .sln file is located): ``` docker-compose build docker-compose up ``` -You should be able to make requests to localhost:5106 and localhost:5107 once these commands complete. +You should be able to make requests to localhost:5106 once these commands complete. -You can run just the Web or WebRazorPages application by using the instructions located in their respective `Dockerfile` files in the root of the projects. Again, run these commands from the root of the solution (where the .sln file is located). +You can also run the Web application by using the instructions located in its `Dockerfile` file in the root of the project. Again, run these commands from the root of the solution (where the .sln file is located).