node alpine based image for quickly calling mjml. See https://mjml.io/
1.1K
node alpine based image for quickly calling mjml.
Only tested on Linux.
Given you want to convert index.mjml:
docker run -it --rm -e UID=1000 -e GID=1000 -v $(pwd):/home/mjml 3stadt/mjml index.mjml
The UID and GID only need to be set if desired, default when not set is 1000.
This will chown the whole mounted dir to the given user/group id or 1000.
Content type
Image
Digest
Size
47.5 MB
Last updated
about 9 years ago
docker pull 3stadt/mjml