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 /