funkwhale/docs/Dockerfile

5 wiersze
76 B
Docker

FROM python:3.6-alpine
RUN pip install sphinx livereload
WORKDIR /app/docs