From: aravind.est Date: Thu, 16 Nov 2023 12:39:51 +0000 (+0000) Subject: Update the config directory in dme participant docker X-Git-Tag: 0.0.1~15 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a0c92276fe72f82403386c4e8e300e1128fb60b7;p=nonrtric%2Fplt%2Frappmanager.git Update the config directory in dme participant docker Config file has been added in the separate directory. This is useful when the volume gets mounted for the docker image. Issue-ID: NONRTRIC-952 Signed-off-by: aravind.est Change-Id: Iff35a5883c4494f80f49019d31fc7da90473f145 --- diff --git a/participants/participant-impl-dme/Dockerfile b/participants/participant-impl-dme/Dockerfile index 7f95151..ff17520 100755 --- a/participants/participant-impl-dme/Dockerfile +++ b/participants/participant-impl-dme/Dockerfile @@ -1,6 +1,7 @@ # # ============LICENSE_START======================================================= # Copyright (C) 2023 Nordix Foundation. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -43,7 +44,7 @@ WORKDIR /opt/app/participant/dme EXPOSE 8080 -ADD src/main/resources/application.yaml /opt/app/participant/dme/application.yaml +ADD src/main/resources/application.yaml /opt/app/participant/dme/config/application.yaml ADD target/${JAR} /opt/app/participant/dme/participant-impl-dme.jar ARG user=nonrtric