Notfellchen/docs/Dockerfile

5 lines
93 B
Docker
Raw Normal View History

2024-10-03 07:03:28 +00:00
FROM sphinxdoc/sphinx
2024-10-04 09:29:09 +00:00
WORKDIR .
ADD requirements.txt ./
2024-10-03 07:03:28 +00:00
RUN pip3 install -r requirements.txt