view Sphinx/Dockerfile @ 856:60c4deeb6892

dicom-web Host and Ssl config
author Alain Mazy <am@osimis.io>
date Wed, 22 Jun 2022 12:47:12 +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