diff --git a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md index 6d3587b..d611c55 100644 --- a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -225,6 +225,7 @@ You could generate the binaries manually, with 'dotnet publish', but for your co ```bash $ ./build-bits.sh ``` +![image](https://user-images.githubusercontent.com/1712635/32027009-8dedf280-b99b-11e7-8024-c195c33a518b.png) This script runs a dotnet restore, build, and publish for each project using the `dotnet` CLI tool. In addition, it runs the client build commands using *npm* to build the SPA application