Mercurial > hg > orthanc-book
view Sphinx/Dockerfile @ 291:829ce317d215
added sample for /modify for sequences and binary fields
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 14 Nov 2019 10:28:31 +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