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

Commit 0ec9442

Browse files
committed
Add Docker support for passphrase prompt
1 parent 582eac5 commit 0ec9442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-http-proxy -C ${SECRETHUB_CREDENTIAL:-$(cat /secrethub/credential)} -P ${SECRETHUB_CREDENTIAL_PASSPHRASE} -h 0.0.0.0 -p 8080
8+
CMD secrethub-http-proxy -C ${SECRETHUB_CREDENTIAL:-$(cat /secrethub/credential)} -P ${SECRETHUB_CREDENTIAL_PASSPHRASE:-""} -h 0.0.0.0 -p 8080

0 commit comments

Comments
 (0)