1
0
Fork 0
mirror of https://codeberg.org/openpgp/notes.git synced 2025-03-23 01:03:12 +01:00
openpgp-notes/Dockerfile
Wiktor Kwapisiewicz e48fb01003 Add CI rendering
2023-09-15 14:06:01 +02:00

8 lines
155 B
Docker

FROM sphinxdoc/sphinx AS build
RUN pip install myst-parser
COPY book/ /book
WORKDIR /book
RUN make html
FROM scratch
COPY --from=build /book/build/html /