spawnia / md-to-pdf

A web service for converting markdown to PDF
https://md-to-pdf.fly.dev
MIT License
81 stars 9 forks source link

Optimize Dockerfile to reduce image size #14

Closed PeterDaveHello closed 2 months ago

PeterDaveHello commented 2 months ago

Implement best practices for package management to minimize unnecessary data in Docker image. Remove APT cache after installation and prevent pip from creating cache files. These changes result in a smaller and more efficient Docker image.

spawnia commented 2 months ago

Thanks, got a nice 30MB reduction in image size!