We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ae8cb commit ba6c689Copy full SHA for ba6c689
Dockerfile
@@ -9,4 +9,4 @@ ARG VERSION=no-version
9
10
ENV VERSION=$VERSION
11
12
-COPY *.sh /usr/bin/
+COPY --chmod=a+rx *.sh /usr/bin/
0 commit comments