improving documentation about header/footer, fonts and fixing a typo about paper size (fixes #118, closes #119)

This commit is contained in:
Julien Neuhart
2019-10-03 11:28:04 +02:00
parent 1b45c927b2
commit 6f8c7a613f
3 changed files with 26 additions and 17 deletions

View File

@@ -9,5 +9,9 @@ If you wish to use more fonts, you will have to create your own image:
```Dockerfile
FROM thecodingmachine/gotenberg:6
USER root
RUN apt-get -y install yourfonts
USER gotenberg
```