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>
# 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