From e37e7a56c329edffd085ebd89c875332675be94d Mon Sep 17 00:00:00 2001 From: Alex Stancu Date: Fri, 15 Nov 2019 19:04:55 +0200 Subject: [PATCH] Fix CI integration for sim device. Signed-off-by: Alex Stancu Change-Id: I7c0da140d4dfe21b59919cf8edccad4928c80af7 --- ntsimulator/deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntsimulator/deploy/Dockerfile b/ntsimulator/deploy/Dockerfile index 4e81018..5fa04e8 100644 --- a/ntsimulator/deploy/Dockerfile +++ b/ntsimulator/deploy/Dockerfile @@ -122,7 +122,7 @@ RUN \ ldconfig # overwrite number of endpoints exposed by the NETCONF server -COPY ./ntsimulator/scripts/stock_config.xml /opt/dev/Netopeer2/server/stock_config.xml +COPY ./scripts/stock_config.xml /opt/dev/Netopeer2/server/stock_config.xml # netopeer2 RUN \ cd /opt/dev && \ -- 2.16.6