Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 277 Bytes

Custom Docker image that contains pandoc and git

Steps to build and push to hub.docker.com:

  1. git tag <version>
  2. docker build -t hackkosice/pandoc:`git describe --tags` .
  3. docker push hackkosice/pandoc:`git describe --tags`