December 2019
Intermediate to advanced
494 pages
11h 41m
English
After preparing a Dockerfile, the next step is to build the Docker image. We'll be using the Docker build command for that.
Let's build the Docker image with the Dockerfile we prepared for the sample Node.js Express-based web application:
git clone https://github.com/amalik99/project-nodejs-express-webapp.git
cd project-nodejs-express-webapp