mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 17:15:21 +00:00
7 lines
142 B
Docker
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
|