Updating Dockerfile 81/26581/1
authorPaquette, Francis <francis.paquette@amdocs.com>
Tue, 19 Dec 2017 21:18:36 +0000 (16:18 -0500)
committerPaquette, Francis <francis.paquette@amdocs.com>
Tue, 19 Dec 2017 21:19:58 +0000 (16:19 -0500)
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>
src/main/docker/Dockerfile

index 9a70ac3..b97e621 100644 (file)
@@ -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