We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a66d75 commit 60ffe59Copy full SHA for 60ffe59
1 file changed
Dockerfile
@@ -1,3 +1,4 @@
1
FROM scratch AS standalone-binary
2
3
-COPY pie.phar /pie
+# @TODO change to --chmod=+x when https://github.com/moby/buildkit/pull/5380 is released
4
+COPY --chmod=0755 pie.phar /pie
0 commit comments