alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.03k stars 779 forks source link

Adding Dockerfile #35

Closed JackDanger closed 7 years ago

JackDanger commented 7 years ago

This adds docker support to this app. It uses a modern Node image and only copies into the container the files necessary for building the project. It then mounts the source files at run time. This allows images to be reused between most commits without having to rebuild the whole Docker image.

yu-kiII commented 7 years ago

何をすればいい?

kimmobrunfeldt commented 7 years ago

Duplicate of https://github.com/alvarcarto/url-to-pdf-api/pull/14, I'd continue Docker support in that PR. The discussion has been quite active already.