I've been working on creating a docker configuration for personal deployment of this project, would you be interested in having it PRed here?
The docker container includes a latex renderer built using https://tug.org/texlive/acquire-netinstall.html, and installs imagemagick from apt. Additionally, it handles configuring magick with the strictest possible configuration options. Finally it install the dependencies and runs the project.
Some optional extras I'd do if you like:
- Github action to automatically build and release the container from main
- docker compose to ease development
I've been working on creating a docker configuration for personal deployment of this project, would you be interested in having it PRed here?
The docker container includes a latex renderer built using https://tug.org/texlive/acquire-netinstall.html, and installs imagemagick from apt. Additionally, it handles configuring magick with the strictest possible configuration options. Finally it install the dependencies and runs the project.
Some optional extras I'd do if you like: