Yuki Takei e4b398c2b6 fix: update Dockerignore files to include all apps while excluding specific ones 1 week ago
..
Dockerfile 761e0d6e8f fix: update Dockerfiles to correct pnpm PATH and streamline turbo installation 1 week ago
Dockerfile.dockerignore e4b398c2b6 fix: update Dockerignore files to include all apps while excluding specific ones 1 week ago
README.md bcec2254b5 enable puppeteer config from env var 6 months ago
docker-entrypoint.sh efcc48a4ca fix dir permission override 1 year ago

README.md

GROWI PDF Converter Official docker image

Node CI for pdf-converter docker-pulls

Dockerfile link

https://github.com/growilabs/growi/blob/master/apps/pdf-converter/docker/Dockerfile

What is GROWI PDF Converter used for?

GROWI provides a feature that bulk exports pages in PDF format. PDF Converter is necessary to convert markdown pages to PDF during that process.

Usage

docker run -d growilabs/pdf-converter

and go to http://localhost:3010/ .

docker-compose

PDF Converter is configured by default in growilabs/growi-docker-compose. GROWI will be able to request to PDF Converter after docker-compose up.