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

Commit b0a8e10

Browse files
the java.sh script should have execution permissions
1 parent 4c20130 commit b0a8e10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
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)