mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 13:49:15 +02:00
5 lines
158 B
Docker
5 lines
158 B
Docker
FROM python:3.6
|
|
|
|
RUN apt-get update && apt-get install -y graphviz
|
|
RUN pip install sphinx livereload sphinx_rtd_theme django-environ django
|
|
WORKDIR /app/docs
|