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

Discussion
Congratulations on getting this lab published and thank you for sharing!!

1

Most welcome Arpan! Looking forward to contributing more!! :)

6

1