Skip to content

Commit

Permalink
Set proper permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Sep 11, 2024
1 parent 394c75c commit 8792c63
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
Expand Up @@ -3,6 +3,6 @@ ARG TARGETARCH
RUN apk --no-cache add ca-certificates

WORKDIR /root/
COPY $TARGETARCH/main .
COPY --chmod=755 $TARGETARCH/main .

CMD ["/root/main"]

0 comments on commit 8792c63

Please sign in to comment.