FacialRecognition-Demo/Dockerfile

7 lines
110 B
Docker
Raw Normal View History

2020-03-15 19:02:37 +00:00
FROM python
COPY ./certs /certs
COPY ./ /app
RUN pip install -r /app/requirements.txt
CMD python /app/run.py