Merge pull request #85 from MealCraft/faeture/stripe_to_invoice

build
This commit is contained in:
Jun-te Kim 2026-02-21 15:02:19 +00:00 committed by GitHub
commit a9262c8c3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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')"