summaryrefslogtreecommitdiffstats
path: root/src/main/resources/Dockerfile
diff options
context:
space:
mode:
authorJoeOLeary <joseph.o.leary@est.tech>2020-01-14 10:54:59 +0000
committerJoeOLeary <joseph.o.leary@est.tech>2020-01-21 13:50:18 +0000
commit255235644c8c302e1e92c41c13be3f3ad5973b16 (patch)
tree762a609b5f4f0f55c6245a7f6bd91111656e0efb /src/main/resources/Dockerfile
parenta6e22b38d721fabeee786be9914a9a80da1ceb86 (diff)
Add support for TS 28.550/28.532
Issue-ID: DCAEGEN2-1912 Change-Id: If05c3673a240e6ea5e3d1caca3ff5bf5828590d3 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Diffstat (limited to 'src/main/resources/Dockerfile')
-rw-r--r--src/main/resources/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/Dockerfile b/src/main/resources/Dockerfile
index bf59524..c4eeb2e 100644
--- a/src/main/resources/Dockerfile
+++ b/src/main/resources/Dockerfile
@@ -1,6 +1,6 @@
#
# ============LICENSE_START=======================================================
-# Copyright (C) 2019 Nordix Foundation.
+# Copyright (C) 2019-2020 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -34,8 +34,8 @@ USER pm-mapper
COPY ${project.build.directory}/${ext.dep.dir.path}/ ${ext.dep.dir.path}/
COPY ${project.build.directory}/${JAR} .
-COPY ${project.build.directory}/classes/mapping.ftl ./etc/mapping.ftl
-COPY ${project.build.directory}/classes/measCollec_plusString.xsd ./etc/measCollec_plusString.xsd
+COPY ${project.build.directory}/classes/schemas ./etc/schemas/
+COPY ${project.build.directory}/classes/templates ./etc/templates/
COPY ${project.build.directory}/classes/reconfigure.sh ./etc/reconfigure.sh
COPY --chown=pm-mapper ${project.build.directory}/classes/logback.xml ./etc/logback.xml