X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2FDockerfile;h=25a972a6a4e8e41bf35d578ac749ec3e7a893346;hb=9c0ec49990e7b83e59c34365dfaa0500da6acc52;hp=4f9561b41c98090144bbdd1c6b679686cec07545;hpb=372a275602ae05da22130a4601709291c7fbbaa6;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/Dockerfile b/E2Manager/Dockerfile index 4f9561b..25a972a 100644 --- a/E2Manager/Dockerfile +++ b/E2Manager/Dockerfile @@ -58,12 +58,14 @@ RUN apt-get update && apt-get install -y \ COPY --from=ubuntu /opt/E2Manager/router.txt /opt/E2Manager/router.txt COPY --from=ubuntu /opt/E2Manager/main /opt/E2Manager/main -COPY --from=ubuntu /opt/E2Manager/resources /opt/E2Manager/resources +COPY --from=ubuntu /opt/E2Manager/resources/configuration.yaml /opt/E2Manager/resources/configuration.yaml +COPY --from=ubuntu /opt/E2Manager/resources/rmr.verbose /tmp/rmr.verbose COPY --from=ubuntu /usr/local/lib/librmr_nng.so.1 /usr/local/lib/librmr_nng.so.1 COPY --from=ubuntu /usr/local/lib/libnng.so.1 /usr/local/lib/libnng.so.1 WORKDIR /opt/E2Manager ENV LD_LIBRARY_PATH=/usr/local/lib \ port=3800 ENV RMR_SEED_RT=router.txt +ENV RMR_VCTL_FILE=/tmp/rmr.verbose EXPOSE 3800 CMD ["sh", "-c", "./main -port=$port"]