I am getting the following error when trying to run a docker container:
Error: Unable to access jarfile
My Dockerfile is like this:
I was able to resolve this by adding this to the bottom ENTRYPOINT ["java","-jar","repo-connector-1.5.4.jar"] CMD ["-start"]
ENTRYPOINT ["java","-jar","repo-connector-1.5.4.jar"] CMD ["-start"]