1
0
Fork 0
mirror of https://codeberg.org/openpgp/notes.git synced 2025-03-26 02:33:19 +01:00
openpgp-notes/Dockerfile

10 lines
242 B
Text
Raw Normal View History

2023-09-15 14:01:36 +02:00
FROM sphinxdoc/sphinx AS build
RUN pip install myst-parser
COPY book/ /book
WORKDIR /book
RUN make html
RUN make epub
2023-09-15 14:01:36 +02:00
FROM scratch
COPY --from=build /book/build/html /
COPY --from=build /book/build/epub/OpenPGPforapplicationdevelopers.epub /