/docker-mo

Mustache Templates in Bash with Docker

Primary LanguageDockerfile

Mustache Templates in Bash with Docker

Everything is better with Docker. This project dockerize the MO.

Usage

$ echo '{{HELLO}}' | docker run -i --rm -e HELLO=WORLD! zzzsochi/mo
WORLD!

Build

$ docker build -t my-mo .

Why?

I need this for use as step in drone.