Pre-Requisite:

#1-Install the chocolatey package manager for Windows
    https://docs.chocolatey.org/en-us/choco/setup
#2-Then run this command to install the GNU make.
    'choco install make'


Step 1: build the Docker image, run:
    'make build'
Step 2: To run the Docker container, run:
    'make run'
Step 3: To clean the Docker image, run:
    'make clean'
