serverless-presentation/Dockerfile

7 lines
129 B
Docker
Raw Normal View History

2020-06-08 15:46:09 +02:00
FROM python:3.8-slim
WORKDIR /app
ENTRYPOINT ["sphinx-build", "-M", "revealjs", ".", "_build"]
2020-06-09 09:58:43 +02:00
RUN pip install sphinx-revealjs