From: Paquette, Francis Date: Tue, 19 Dec 2017 21:18:36 +0000 (-0500) Subject: Updating Dockerfile X-Git-Tag: v1.2.0~47 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=05e74c6879ab564181e7cf92e4444d17cc7e25d4;p=aai%2Fsparky-be.git 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 --- 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