May 2018
Intermediate to advanced
512 pages
11h 3m
English
The first stage is builder. We need a lightweight build environment that can ensure consistent builds across the board. For this purpose, I've created a sample Alpine-based Node build environment complete with npm, bash, and git tools. For more information on why we're using Alpine and Node, refer to Chapter 3, Prepare Angular App for Production Release, in the Containerizing the App using Docker section:
"scripts": { "build:prod": "ng build --prod",}
Read now
Unlock full access