Update the config directory in dme participant docker 55/12055/1
authoraravind.est <aravindhan.a@est.tech>
Thu, 16 Nov 2023 12:39:51 +0000 (12:39 +0000)
committeraravind.est <aravindhan.a@est.tech>
Thu, 16 Nov 2023 12:39:51 +0000 (12:39 +0000)
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 <aravindhan.a@est.tech>
Change-Id: Iff35a5883c4494f80f49019d31fc7da90473f145

participants/participant-impl-dme/Dockerfile

index 7f95151..ff17520 100755 (executable)
@@ -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