pandoc-docker icon indicating copy to clipboard operation
pandoc-docker copied to clipboard

Add an entrypoint script

Open remram44 opened this issue 7 years ago • 1 comments

This allows docker run ... /bin/bash to work, for instance. It will also make the image works on CI platforms like GitLab.

remram44 avatar Jun 04 '18 19:06 remram44

FYI: on gitlab you can always overwrite the entrypoint

  image:
    name: jagregory/pandoc
    entrypoint: [""]

Ohjeah avatar Nov 22 '18 09:11 Ohjeah