view Sphinx/Dockerfile @ 425:40672f1a6308 TomasZubiri/documented-some-parameter-types-expected-1553029141048

closing documented-some-parameter-types-expected
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2020 17:09:13 +0200
parents a3d3ff83024d
children
line wrap: on
line source

FROM python:2.7

COPY requirements.txt /app/
WORKDIR /app
RUN pip install -r requirements.txt

COPY . /app

ENTRYPOINT make html