X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2FDockerfile;h=5fa04e8d3013c8d5d0975e1a43c28616c6567329;hb=f2d8f1002fa93848c80a88e5658db4816cba3020;hp=eee89520fc15cd4f0a0dbac44a5433ab33713a99;hpb=fae9c6caa0126038d74faa535780a2378b5fc236;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/Dockerfile b/ntsimulator/deploy/Dockerfile index eee8952..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 && \ @@ -144,7 +144,7 @@ RUN \ cd pyang && python setup.py build && python setup.py install #NTSimulator Manager - notifications -COPY ./ntsimulator /opt/dev/ntsimulator +COPY . /opt/dev/ntsimulator RUN \ cd /opt/dev && \ cd ntsimulator && mkdir build && cd build && \ @@ -152,11 +152,11 @@ RUN \ make -j2&& \ make install -COPY ntsimulator/deploy/supervisord.conf /etc/supervisord.conf +COPY deploy/supervisord.conf /etc/supervisord.conf -COPY ./ntsimulator/scripts/tls /home/netconf/.ssh +COPY ./scripts/tls /home/netconf/.ssh -COPY ./ntsimulator/yang /opt/dev/yang +COPY ./yang /opt/dev/yang WORKDIR /opt/dev RUN \ cd yang && \