diff --git a/entrypoint.sh b/entrypoint.sh index 637c6d1..bc0f133 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -42,4 +42,8 @@ if [ -n "$SIGNINGKEY" ]; then CMD="$CMD --signingKey $SIGNINGKEY" fi +if [ -n "$IMPRINTURL" ]; then + CMD="$CMD --imprinturl $IMPRINTURL" +fi + eval exec $CMD "$@" \ No newline at end of file