Notfellchen/docs/Dockerfile
moanos 1c3d2c7cf5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix attempt
2024-10-04 16:20:08 +02:00

5 lines
101 B
Docker

FROM sphinxdoc/sphinx
WORKDIR /docs
COPY requirements.txt /docs
RUN pip3 install -r requirements.txt