Files
go-ethereum/docs/swarm-guide/Dockerfile
Rafael Matias 4d66995fee Add swarm guide to /docs (#1513)
* docs: add swarm-guide

* readthedocs build configuration file
2019-06-26 10:18:32 +02:00

10 lines
143 B
Docker

FROM python:3.7.1
RUN pip install \
Sphinx==1.8.2 \
sphinx-rtd-theme==0.4.2 \
sphinx-tabs==1.1.10
RUN mkdir -p /src
WORKDIR /src