Skip to content

Commit

Permalink
fix typo on which file to modify access perms
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgarr committed Dec 8, 2023
1 parent 10e369f commit 632e7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RUN apk add -U --no-cache ca-certificates

FROM scratch

ADD bin/vaultcreds /vaultcreds
COPY --chmod=755 bin/vaultcreds /vaultcreds

COPY --chmod=755 --from=base /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=base /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

ENTRYPOINT ["/vaultcreds"]
CMD []

0 comments on commit 632e7e2

Please sign in to comment.