updates to PDF converter scripts

This commit is contained in:
Nelson Roberts
2020-03-17 13:01:25 -07:00
parent 78c0253f29
commit 3a7e151a7f
3 changed files with 18 additions and 7 deletions
+3 -2
View File
@@ -8,14 +8,15 @@ RUN apt-get autoclean
RUN pip3 install WeasyPrint
COPY fonts/ /usr/share/fonts/truetype/
WORKDIR /doc_tools
COPY fonts/ fonts/
COPY css css/
COPY images images/
COPY templates templates/
COPY headers headers/
COPY scripts scripts/
RUN ls -la fonts
ENTRYPOINT ["scripts/entrypoint.sh"]