This project implements basic configuration needed for Docker Multi-stage Build.
docker build -t scala-multistage-playground:$(git branch --show-current) .
docker run --rm scala-multistage-playground:$(git branch --show-current)
docker image ls -a | grep scala-multistage-playground
docker stats --no-stream