X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=participants%2Fparticipant-impl-dme%2FDockerfile;h=ff1752091ec304358bd3e7e470ea9c19f334a82a;hb=a0c92276fe72f82403386c4e8e300e1128fb60b7;hp=7f951519bae81ad4f4a180980fac2f8d139418b8;hpb=a2f086ceca204de6abeb4310b1614a5c77beab19;p=nonrtric%2Fplt%2Frappmanager.git 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