X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2FDockerfile;h=4e81018f53e6001673f5fc1b15b2c701d110a877;hp=eee89520fc15cd4f0a0dbac44a5433ab33713a99;hb=a349a45f3940a0d04f6052faadf809fdc9bf4137;hpb=b4dd14f8579e67e0d7b416a138d985c899647578 diff --git a/ntsimulator/deploy/Dockerfile b/ntsimulator/deploy/Dockerfile index eee8952..4e81018 100644 --- a/ntsimulator/deploy/Dockerfile +++ b/ntsimulator/deploy/Dockerfile @@ -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 && \