Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 545 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 545 Bytes

Dockerized NodeJS with wkhtmltopdf

Provides a docker image with

This Docker image is meant to be imported and layered upon when building another Docker image that depends on node and wkhtmltopdf,

E.g. (first line of a Dockerfile)

FROM anarh/node-wkhtmltopdf:latest

# additional lines in Dockerfile
...