From 06d52029267fc37c7fe4dbb0d3dbd9f800ecfd3a Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 21 Feb 2026 14:59:01 +0000 Subject: [PATCH] build --- stripe_to_invoice/deployment/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stripe_to_invoice/deployment/Dockerfile b/stripe_to_invoice/deployment/Dockerfile index 60beaad..3024cae 100644 --- a/stripe_to_invoice/deployment/Dockerfile +++ b/stripe_to_invoice/deployment/Dockerfile @@ -20,6 +20,8 @@ COPY stripe_to_invoice . ENV DATABASE_URL="postgres://build:build@localhost:5432/build" ENV STRIPE_SECRET_KEY="sk_build_placeholder" ENV STRIPE_WEBHOOK_SECRET="whsec_build_placeholder" +ENV STRIPE_BILLING_SECRET_KEY="foo" +ENV STRIPE_BILLING_WEBHOOK_SECRET="whsec_billing_build_placeholder" ENV NEXT_TELEMETRY_DISABLED=1 RUN node -e "require('typescript')"