From 3e0d7509be891e470784ce72caad30bdc84a16be Mon Sep 17 00:00:00 2001 From: KRUXLEX Date: Tue, 28 Jan 2020 10:52:46 +0100 Subject: [PATCH] Fix Docker Run Errors --- imap2thehive/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imap2thehive/Dockerfile b/imap2thehive/Dockerfile index 83ede03..8f38f87 100644 --- a/imap2thehive/Dockerfile +++ b/imap2thehive/Dockerfile @@ -11,6 +11,8 @@ RUN pip3 install -r requirements.txt WORKDIR /opt COPY imap2thehive.py . +COPY imap2thehive.conf /etc/imap2thehive.conf +COPY imap2thehive.whitelists /opt/imap2thehive.whitelists # Create the cronjob # An empty line is mandatory!