Skip to content

Commit

Permalink
ci(docker): streamline file permissions handling
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Nov 1, 2024
1 parent 66b76e6 commit 929e47f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ LABEL description="Dojo is a provable game engine and toolchain for building onc
source="https://github.com/dojoengine/dojo" \
documentation="https://book.dojoengine.org/"

COPY --from=artifacts $TARGETPLATFORM/katana /usr/local/bin/katana
COPY --from=artifacts $TARGETPLATFORM/sozo /usr/local/bin/sozo
COPY --from=artifacts $TARGETPLATFORM/torii /usr/local/bin/torii
COPY --from=artifacts --chmod=755 $TARGETPLATFORM/katana $TARGETPLATFORM/sozo $TARGETPLATFORM/torii /usr/local/bin/

COPY --from=builder /usr/local/bin/curtail /usr/local/bin/curtail

RUN chmod +x /usr/local/bin/katana \
&& chmod +x /usr/local/bin/sozo \
&& chmod +x /usr/local/bin/torii

0 comments on commit 929e47f

Please sign in to comment.