wellrested/docker/docs/Dockerfile

7 lines
132 B
Docker

FROM python:3-jessie
RUN pip install sphinx sphinx_rtd_theme
WORKDIR /usr/local/src/wellrested
CMD ["make", "html", "-C", "docs"]