summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaquette, Francis <francis.paquette@amdocs.com>2017-12-19 16:18:36 -0500
committerPaquette, Francis <francis.paquette@amdocs.com>2017-12-19 16:19:58 -0500
commit05e74c6879ab564181e7cf92e4444d17cc7e25d4 (patch)
tree41cd0d1bd096a7d7c2b8769680c2b6b6d66aee3c
parentf95e48cab9418402c90bb3b3263ec3180a8e6a2a (diff)
Updating Dockerfile
Aligned the Dockerfile with the directory structure in the target folder Issue-ID: AAI-542 Change-Id: I5dbb51f9a777e61a94212d4107f4d2a1e1aa089d Signed-off-by: Paquette, Francis <francis.paquette@amdocs.com>
-rw-r--r--src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile
index 9a70ac3..b97e621 100644
--- a/src/main/docker/Dockerfile
+++ b/src/main/docker/Dockerfile
@@ -15,7 +15,7 @@ RUN export JAVA_HOME
# Build up the deployment folder structure
RUN mkdir -p $MICRO_HOME
-copy swm/package/nix/dist_files/appl/inventory-ui-service/${project.version}/ $MICRO_HOME/
+copy swm/package/nix/dist_files/appl/sparky-be/${project.version}/ $MICRO_HOME/
RUN ls -la $BIN_HOME/
RUN chmod 755 $BIN_HOME/*
RUN ln -s /logs $MICRO_HOME/logs