Select Git revision
Forked from
funkwhale / funkwhale
4794 commits behind the upstream repository.
-
Eliot Berriot authoredEliot Berriot authored
Dockerfile 136 B
FROM python:3.6
RUN apt-get update && apt-get install -y graphviz
RUN pip install sphinx livereload sphinx_rtd_theme
WORKDIR /app/docs