hygieia/api

Dockerfile Error - Executing Wrong Jar

Closed this issue · 1 comments

Affects: <latest - 3.4.20>.


When running the docker image the error no main manifest attribute, in api-javadoc.jar is displayed. This is due to the command running *.jar instead of api.jar.

Solution:
Only copy the api.jar and remove the wildcard. This will reduce the docker image size as well.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.