mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
7 lines
126 B
Text
7 lines
126 B
Text
|
|
FROM sphinxdoc/sphinx
|
||
|
|
|
||
|
|
WORKDIR /docs
|
||
|
|
ADD requirements.txt /docs
|
||
|
|
RUN python3 -m pip install -r requirements.txt
|
||
|
|
RUN pip freeze
|