|
|
1 неделя назад | |
|---|---|---|
| .. | ||
| Dockerfile | 761e0d6e8f fix: update Dockerfiles to correct pnpm PATH and streamline turbo installation | 1 неделя назад |
| Dockerfile.dockerignore | e4b398c2b6 fix: update Dockerignore files to include all apps while excluding specific ones | 1 неделя назад |
| README.md | bcec2254b5 enable puppeteer config from env var | 6 месяцев назад |
| docker-entrypoint.sh | efcc48a4ca fix dir permission override | 1 год назад |
https://github.com/growilabs/growi/blob/master/apps/pdf-converter/docker/Dockerfile
GROWI provides a feature that bulk exports pages in PDF format. PDF Converter is necessary to convert markdown pages to PDF during that process.
docker run -d growilabs/pdf-converter
and go to http://localhost:3010/ .
PDF Converter is configured by default in growilabs/growi-docker-compose. GROWI will be able to request to PDF Converter after docker-compose up.