Mercurial > hg > orthanc-book
view Sphinx/Dockerfile @ 193:99ba212989cc
Added entry related to MD5 integrity file checking
author | bgo-osimis |
---|---|
date | Sun, 03 Feb 2019 14:44:14 +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