Skip to content

Commit

Permalink
update perms on app.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Sep 6, 2024
1 parent 2fe1bad commit aa90b87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ LABEL version=${project.version} \
description="${project.description}"

ADD ${project.build.finalName}-exec.jar /app.jar
RUN chmod 755 /app.jar
RUN apk add libc6-compat curl

EXPOSE 8443 8080
ENTRYPOINT ["java","-jar","app.jar"]
ENTRYPOINT ["java","-jar","app.jar"]

0 comments on commit aa90b87

Please sign in to comment.