Mercurial > hg > orthanc-book
view Sphinx/Dockerfile @ 99:e83da2f99e45
added 'troubleshooting C-Find queries' in the worklist section
author | amazy |
---|---|
date | Sat, 22 Apr 2017 18:16:09 +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