diff --git a/Dockerfile b/Dockerfile index 8a7f100..b268603 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM scratch AS standalone-binary -COPY pie.phar /pie +COPY --chmod=+x pie.phar /pie