Skip to content

Commit cd332b4

Browse files
committed
update perms on app.jar
1 parent 5588886 commit cd332b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

service/src/main/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ LABEL version=${project.version} \
55
description="${project.description}"
66

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

1011
EXPOSE 8443 8080
11-
ENTRYPOINT ["java","-jar","app.jar"]
12+
ENTRYPOINT ["java","-jar","app.jar"]

0 commit comments

Comments
 (0)