Docker container to run DAISY ACE epub accessibility checker.
ACE is run on the selected epub files and reports are stored in the ./output/
folder.
Build with:
$ docker build . -t openbookpublishers/ace-docker
Run with:
docker run --rm \
-v /path/to/local.epub:/ebook/file.epub \
-v /path/to/output:/ebook/output \
openbookpublishers/ace-docker