Convert all .adoc
files in path/to/asciidoc
into .pdf
which will be placed in path/to/asciidoc
as well.
docker run --rm -v $PWD/path/to/asciidoc:/opt/docs -w /opt/docs hochzehn/asciidoctor-pdf "*.adoc"
docker build --tag asciidoctor-pdf .
docker run --rm -v $PWD/path/to/asciidoc:/opt/docs -w /opt/docs asciidoctor-pdf "*.adoc"