Updated 04. Setting eShopOnContainer solution up in a Mac, VS for Mac or with CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)

Cesar De la Torre 2017-10-25 15:46:40 -07:00
parent 91919843ad
commit 60bd78d76f

@ -225,6 +225,7 @@ You could generate the binaries manually, with 'dotnet publish', but for your co
```bash ```bash
$ ./build-bits.sh $ ./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. 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 In addition, it runs the client build commands using *npm* to build the SPA application