serverless-presentation/Dockerfile

7 lines
150 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"]
RUN pip install sphinx-revealjs sphinxcontrib-gtagjs