Refer Dockerfile
In order to build the Docker image, run the following command
docker build -t johnsamuel .
Once successfully built, run the following command
sudo docker run -dit -p 8080:80 johnsamuel
Open http://localhost:8080/.
In order to build the Docker image, run the following command
docker build --no-cache -t johnsamuel .