Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit a54ed72

Browse files
committed
Docker support for passphrase env var
1 parent 3a79d56 commit a54ed72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN apk add --no-cache ca-certificates && update-ca-certificates
55

66
EXPOSE 8080
77

8-
CMD secrethub-proxy -C ${SECRETHUB_CREDENTIAL:-$(cat /secrethub/credential)} -h 0.0.0.0
8+
CMD secrethub-proxy -C ${SECRETHUB_CREDENTIAL:-$(cat /secrethub/credential)} -P ${SECRETHUB_CREDENTIAL_PASSPHRASE} -h 0.0.0.0 -p 8080

0 commit comments

Comments
 (0)