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

Commit

Permalink
Merge pull request #5 from microservices-demo/fix-executable
Browse files Browse the repository at this point in the history
the java.sh script should have execution permissions
  • Loading branch information
nustiueudinastea authored Mar 3, 2017
2 parents 4c20130 + b0a8e10 commit 6a17122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN addgroup -g ${SERVICE_GID} ${SERVICE_GROUP} && \
setcap 'cap_net_bind_service=+ep' $(readlink -f $(which java))

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

ARG BUILD_DATE
ARG BUILD_VERSION
Expand Down

0 comments on commit 6a17122

Please sign in to comment.