Compare commits

...
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.

1 commit

Author SHA1 Message Date
Joseph Irving 7c7bfac372 added vault user instead of root 2016-11-11 15:29:43 +00:00

View file

@ -6,4 +6,10 @@ RUN apk update && \
ADD bin/vault-sidekick /vault-sidekick
RUN adduser -D vault && \
chown -R vault:vault /vault-sidekick && \
mkdir /etc/secrets && \
chown -R vault:vault /etc/secrets
ENTRYPOINT [ "/vault-sidekick" ]
USER vault