Skip to content

Commit 76493bf

Browse files
committed
Mark PHAR file as executable
1 parent bf88189 commit 76493bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM scratch AS standalone-binary
22

3-
COPY pie.phar /pie
3+
COPY --chmod=+x pie.phar /pie

0 commit comments

Comments
 (0)