diff --git a/parsedmarc/Dockerfile b/parsedmarc/Dockerfile index c2ea0cd..cc77e91 100644 --- a/parsedmarc/Dockerfile +++ b/parsedmarc/Dockerfile @@ -5,5 +5,5 @@ RUN apk add --update --no-cache --virtual .build_deps build-base libffi-dev \ && pip install parsedmarc \ && apk del .build_deps -COPY parsedmarc.ini / +COPY parsedmarc.sample.ini /parsedmarc.ini #COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb