This project uses makefile to build and run a test on docker image. There are two commands inside the Makefile file in the project: build and run. You can choose to execute a specific command by running the make <command_name>. For example:
make build
make run