Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 6a17122

Browse files
Merge pull request #5 from microservices-demo/fix-executable
the java.sh script should have execution permissions
2 parents 4c20130 + b0a8e10 commit 6a17122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN addgroup -g ${SERVICE_GID} ${SERVICE_GROUP} && \
1414
setcap 'cap_net_bind_service=+ep' $(readlink -f $(which java))
1515

1616
COPY java.sh /usr/local/bin/java.sh
17+
RUN chmod +x /usr/local/bin/java.sh
1718

1819
ARG BUILD_DATE
1920
ARG BUILD_VERSION

0 commit comments

Comments
 (0)