Removed copy of conf file (will be handled in docker-compose stack configuration).
This commit is contained in:
parent
69f56bbb7e
commit
40bb8143ee
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user