This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ------------------------------------------------------------- | |
| # 日本語のWebページをPDF化する | |
| # ------------------------------------------------------------- | |
| # ビルド: docker build -t alpine-wkhtmltopdf . | |
| # 実行: docker run --rm alpine-wkhtmltopdf https://www.google.co.jp - > test.pdf | |
| # ------------------------------------------------------------- | |
| # ベースはこちら | |
| # https://github.com/madnight/docker-alpine-wkhtmltopdf | |
| FROM alpine:3.11 |