mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 09:05:19 +00:00
added docker file
This commit is contained in:
parent
58688d323e
commit
7b7c32b85e
6
responders/Gmail/Dockerfile
Normal file
6
responders/Gmail/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM python:3
|
||||
|
||||
WORKDIR /worker
|
||||
COPY . Gmail
|
||||
RUN pip install --no-cache-dir -r Gmail/requirements.txt
|
||||
ENTRYPOINT Gmail/Gmail.py
|
Loading…
Reference in New Issue
Block a user