We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aca8186 + 8715b82 commit 746e71bCopy full SHA for 746e71b
weasyprint/README.md
@@ -4,10 +4,18 @@
4
5
Build layer:
6
7
+ # dependencies - ensure your environment has unzip, zip, and jq
8
+
9
$ make build/weasyprint-layer-python3.12.zip
10
11
# to test your build run
- $ make test.weasyprint
12
+ $ make test.start.container
13
+ # a timestamp followed by "exec '/var/runtime/bootstrap'" should appear
14
+ # "docker ps" should show a running container
15
16
+ # in a new shell, run
17
+ $ make test.print.report
18
+ # a report.pdf file will generate to the current directory
19
20
Deploy layer:
21
0 commit comments