From 339ca1c5d3c9f138a13ae82c181b001df43645eb Mon Sep 17 00:00:00 2001 From: Vijay VK Date: Tue, 27 Mar 2018 02:05:36 +0100 Subject: fix tox setup for snmptrap Change-Id: I39adcd37cab64937af182c4716cba0cfaba6c7a2 Signed-off-by: VENKATESH KUMAR Issue-ID: DCAEGEN2-271 Signed-off-by: VENKATESH KUMAR Signed-off-by: Ladue, David (dl3158) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 9475936..d967b0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR ${APPDIR} EXPOSE 162:162/udp # Copy the current directory contents into the container at ${APPDIR} -COPY ./bin/ ./bin/ +COPY ./snmptrap/ ./bin/ COPY ./etc/ ./etc/ COPY requirements.txt ./ RUN pip install -r requirements.txt -- cgit 1.2.3-korg