X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fmanager%2FDockerfile;h=72395bee5a25138ae939eed9092f2735464f7ab5;hp=61c60408a452f87011e5a069d7a0b7d8cc0b982d;hb=a349a45f3940a0d04f6052faadf809fdc9bf4137;hpb=b4dd14f8579e67e0d7b416a138d985c899647578 diff --git a/ntsimulator/deploy/manager/Dockerfile b/ntsimulator/deploy/manager/Dockerfile index 61c6040..72395be 100644 --- a/ntsimulator/deploy/manager/Dockerfile +++ b/ntsimulator/deploy/manager/Dockerfile @@ -139,7 +139,7 @@ RUN \ make install #NTSimulator Manager -COPY ./ntsimulator /opt/dev/ntsimulator +COPY . /opt/dev/ntsimulator RUN \ cd /opt/dev && \ cd ntsimulator && mkdir build && cd build && \ @@ -147,7 +147,7 @@ RUN \ make -j2 && \ make install -COPY ntsimulator/deploy/manager/supervisord.conf.manager /etc/supervisord.conf +COPY deploy/manager/supervisord.conf.manager /etc/supervisord.conf ENV EDITOR vim EXPOSE 830