mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
updates to PDF converter scripts
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user