diff --git a/Dockerfile b/Dockerfile index fe12b5f..eaa28f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ RUN cd /tmp ;\ COPY entrypoint.sh /work/entrypoint.sh COPY dist/*.whl /tmp -COPY config.yaml /work/config.yaml RUN pip3.8 install $(ls /tmp/*.whl); rm -f /tmp/*.whl EXPOSE 2162/udp diff --git a/config.yaml b/config.yaml deleted file mode 100644 index d6531dc..0000000 --- a/config.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Splunk Connect for SNMP Traps -# Sample Configuration file -snmp: - communities: - v1: - - public - - "my-area" -thread-pool: - max-suggested-working-threads: 10 \ No newline at end of file