From 40bb8143ee41ef5e1d7305a8a68c06d10d212648 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Mon, 15 Jul 2019 12:05:02 +0200 Subject: [PATCH] Removed copy of conf file (will be handled in docker-compose stack configuration). --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f8f29a..0b75a4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,5 @@ MAINTAINER yohan <783b8c87@scimetis.net> ENV DEBIAN_FRONTEND noninteractive RUN echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list RUN apt-get update && apt-get -y install fetchmail -COPY fetchmailrc /etc/ +#COPY fetchmailrc /etc/ ENTRYPOINT ["/usr/bin/fetchmail", "-N", "-f", "/etc/fetchmailrc", "-d", "300"]