I added more info to containerized section
- Git Clone, this is the most easy way to get Dockerfile, docker-compose.yaml and package.json(i forget this file and i can't build the image)
- Build the image, to check is every step is going okey, if something failed, people can see where step is failing instead of running from start to end in one run
- run container, the same step as the original readme