serverless-presentation/Dockerfile

7 lines
129 B
Docker

FROM python:3.8-slim
WORKDIR /app
ENTRYPOINT ["sphinx-build", "-M", "revealjs", ".", "_build"]
RUN pip install sphinx-revealjs