pandoc-docker
pandoc-docker copied to clipboard
Add an entrypoint script
This allows docker run ... /bin/bash to work, for instance. It will also make the image works on CI platforms like GitLab.
FYI: on gitlab you can always overwrite the entrypoint
image:
name: jagregory/pandoc
entrypoint: [""]