mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
add readme and docker build (#81)
This commit is contained in:
parent
43d6bc80e9
commit
425a080c96
5 changed files with 18 additions and 60 deletions
6
docs/Dockerfile
Normal file
6
docs/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM sphinxdoc/sphinx
|
||||
|
||||
WORKDIR /docs
|
||||
ADD requirements.txt /docs
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
RUN pip freeze
|
||||
Loading…
Add table
Add a link
Reference in a new issue