mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 13:09:16 +02:00
4 lines
76 B
Docker
4 lines
76 B
Docker
FROM python:3.6-alpine
|
|
|
|
RUN pip install sphinx livereload
|
|
WORKDIR /app/docs
|