diff --git a/README.md b/README.md index 9e19605..9558fb6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # html2pdf-server -利用playwright,将html导出为pdf \ No newline at end of file +利用playwright,将html导出为pdf。访问地址:`http://localhost:3000` + +把你需要的字体放到 fonts 目录下,然后执行 build.sh 脚本进行构建。 + +也可以执行下面的命令来构建 +```sh +docker buildx build --platform linux/amd64 -f Dockerfile -t yhl452493373/html2pdf-server . +``` +```sh +docker buildx build --platform linux/arm64 -f Dockerfile -t yhl452493373/html2pdf-server . +``` \ No newline at end of file