Mercurial > hg > orthanc-book
view Sphinx/Dockerfile @ 192:14735c696623
Added an entry on series completion
author | bgo-osimis |
---|---|
date | Sat, 02 Feb 2019 17:39:00 +0100 |
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