Fix Dockerfile to match change in artifactId 81/5081/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 16 Jun 2017 20:24:17 +0000 (13:24 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 16 Jun 2017 20:24:17 +0000 (13:24 -0700)
Docker image build fails due to a change in
artifactId in https://gerrit.onap.org/r/#/c/5057/.
This change fixes the Dockerfile to match
the change in artifactId.

Change-Id: Ibf0014e5a00e7d2e668ba87322eacbdf204ee6bd
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
src/main/docker/Dockerfile

index 6ca51ae..bcbc743 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/1.0-SNAPSHOT/ $MICRO_HOME/
+copy swm/package/nix/dist_files/appl/sparky-be/1.0-SNAPSHOT/ $MICRO_HOME/
 RUN ls -la $MICRO_HOME/
 RUN mkdir -p $BIN_HOME
 COPY *.sh $BIN_HOME/