Build the docker container with the given PLATFORM the given the IMAGE_NAME
make buildBuild the image with the given PLATFORM, IMAGE_NAME, delete the previous container, and start a new one
make runStart the already built container
make startDelete the previous existing container
make cleanStop the existing container
make stop