mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
parent
9c8a4c388b
commit
e51502c803
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ RUN pip install myst-parser
|
||||||
COPY book/ /book
|
COPY book/ /book
|
||||||
WORKDIR /book
|
WORKDIR /book
|
||||||
RUN make html
|
RUN make html
|
||||||
|
RUN make epub
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=build /book/build/html /
|
COPY --from=build /book/build/html /
|
||||||
|
COPY --from=build /book/build/epub/OpenPGPforapplicationdevelopers.epub /
|
Loading…
Reference in a new issue