Skip to content

Commit

Permalink
fix: chmod +x in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Apr 19, 2024
1 parent e6f6394 commit c48c945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ ARG TARGETPLATFORM
LABEL MAINTAINER="[email protected]"
WORKDIR /bin/
COPY bin/${TARGETPLATFORM}/docker-actions ./
RUN chmod+x /bin/docker-actions && \
RUN chmod +x /bin/docker-actions && \
/bin/docker-actions

0 comments on commit c48c945

Please sign in to comment.