Build the Docker Image
Use the docker build command to create the image from your Dockerfile:
docker build -t my-node-app .
The result of a successful build

6
Use the docker build command to create the image from your Dockerfile:
docker build -t my-node-app .
The result of a successful build

6