Run HAML in CI or local without all the build. This container will take a HAML-file and convert it to HTML.
Just pull image
docker pull kalashnikovisme/haml-docker
And then docker run --rm --volume "$PWD:/app" kalashnikovisme/haml-docker /app/YOUR_FILE.haml
You can build and push your own image.
Just run:
USERNAME=your_name_on_docker_hub_or_another_registry make build_and_push
If you want to upgrade Dockerfile and update all ruby version images.
Just run
USERNAME=your_name_on_docker_hub_or_another_registry ./all_versions.sh