Using library pdfkit/wkhtmltopdf inside Docker container for Flask app
I am creating a Flask app that uses the library PDFkit to generate a PDF file from a HTML string. When running the code locally it works fine, however when I try to run it inside a Docker container this…