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