Fix for ensuring the proper jar exists in image.
The entitlement service produces a single jar file.
entitlements-0.0.3-SNAPSHOT.jar
Other services produce 2 jar files and it is the spring-boot.jar file that needs to run. legal-azure-0.0.5-SNAPSHOT-spring-boot.jar legal-azure-0.0.5-SNAPSHOT.jar
This results in the need to ensure that entitlements jar file is copied differently from other services.