From 63c71fc4252c9bed44b039ddff616d4d446e2c9c Mon Sep 17 00:00:00 2001 From: Tarun Jain Date: Fri, 18 Feb 2022 21:55:50 +0530 Subject: [PATCH] Update windows-setup.md --- Windows-setup.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Windows-setup.md b/Windows-setup.md index 927e41f..f415092 100644 --- a/Windows-setup.md +++ b/Windows-setup.md @@ -226,7 +226,6 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - RUN apt-get -y install nodejs RUN npm install RUN npm -v -... ``` 2. In `docker-compose.override.yml` file at location `eShopOnContainers\src`, under webspa.environment update the value of `ASPNETCORE_ENVIRONMENT` to `Development` as illustrated below: @@ -237,7 +236,6 @@ webspa: - ASPNETCORE_ENVIRONMENT=Development - ASPNETCORE_URLS=http://0.0.0.0:80 - IdentityUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 -... ``` At this point, after waiting sometime for the NuGet packages to be properly restored, you should be able to build the whole solution or even directly deploy/debug it into Docker by simple hitting F5 or pressing the debug "Play" button that now should be labeled as "Docker":