how to use custom dockerfile for build image code example
Example 1: docker build
docker build -t [tag] .
Example 2: how to build docker image
docker build -t image-name
docker build -t [tag] .
docker build -t image-name