To build and self-publish ebooks using this workflow, place your source files in a src folder and ensure the Makefile is configured to point to that directory.
Follow these steps to build the ebook using Docker:
- Build the Docker image using
make docker. - Run the container, mounting your current working directory to
/ebook inside the container.
Once the process completes, the generated ebooks will be located in the ebooks folder.
$ make docker
$ docker run -ti --rm -v `pwd`:/ebook localhost/skerkour/ebook