Skip to content

Commit

Permalink
Mark PHAR file as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Nov 22, 2024
1 parent bf88189 commit 76493bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM scratch AS standalone-binary

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

0 comments on commit 76493bf

Please sign in to comment.