Cortex-Analyzers/analyzers/Hippocampe/Dockerfile
2020-02-11 18:10:14 +01:00

7 lines
142 B
Docker

FROM python:2
WORKDIR /worker
COPY . Hippocampe
RUN pip install --no-cache-dir -r Hippocampe/requirements.txt
ENTRYPOINT Hippocampe/hippo.py