July 2018
Intermediate to advanced
420 pages
8h 46m
English
Now, let's make a small adjustment to the angular.json file; remove the Client folder from the output tag:
"outputPath": "dist",
The last step is to run the build command, to test and create our application.
Open Terminal window inside of the ./Client folder, and type the following command:
npm run build:docker
The build process will take a few minutes; at the end, you will see a message similar to the following in Terminal:

Read now
Unlock full access