aboutsummaryrefslogtreecommitdiffstats
path: root/search-data-service-app/src/main/docker/Dockerfile
diff options
context:
space:
mode:
authorPhillip Leigh <phillip.leigh@amdocs.com>2020-01-06 10:48:47 -0500
committerPhillip Leigh <phillip.leigh@amdocs.com>2020-01-08 10:20:31 -0500
commit8ff4f944df28f3adb28c2a305cd45fffa79fc4c5 (patch)
tree281284803697d85f23e00e365e85e0ef7be75e07 /search-data-service-app/src/main/docker/Dockerfile
parent9c2b439f5046d730866264ec0174fe64450d5cc8 (diff)
Update AAI Search-data-service from AEE develop branch to ONAP master
Issue-ID: AAI-2741 Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com> Change-Id: I93c8c8c224884340d65ad00bfc5d61b2196b0a71
Diffstat (limited to 'search-data-service-app/src/main/docker/Dockerfile')
-rw-r--r--search-data-service-app/src/main/docker/Dockerfile11
1 files changed, 8 insertions, 3 deletions
diff --git a/search-data-service-app/src/main/docker/Dockerfile b/search-data-service-app/src/main/docker/Dockerfile
index d5cda35..5284e5b 100644
--- a/search-data-service-app/src/main/docker/Dockerfile
+++ b/search-data-service-app/src/main/docker/Dockerfile
@@ -33,9 +33,14 @@ fi
# Build up the deployment folder structure
RUN mkdir -p $MICRO_HOME $USERS_HOME /logs
WORKDIR $MICRO_HOME
-COPY /maven/@project.artifactId@/ .
-RUN chmod 755 $BIN_HOME/* \
- && ln -snf /logs $MICRO_HOME/logs
+RUN mkdir -p $MICRO_HOME/bundleconfig/etc
+ADD search-data-service* $MICRO_HOME/
+RUN mkdir -p $BIN_HOME
+COPY *.sh $BIN_HOME
+COPY bundleconfig-local $MICRO_HOME/bundleconfig
+COPY bundleconfig-local/etc/logback.xml $MICRO_HOME/bundleconfig/etc
+RUN chmod -R 755 $BIN_HOME/* $MICRO_HOME/*
+RUN ln -snf /logs $MICRO_HOME/logs
EXPOSE 9509 9509