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