commit
a9262c8c3d
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ COPY stripe_to_invoice .
|
||||||
ENV DATABASE_URL="postgres://build:build@localhost:5432/build"
|
ENV DATABASE_URL="postgres://build:build@localhost:5432/build"
|
||||||
ENV STRIPE_SECRET_KEY="sk_build_placeholder"
|
ENV STRIPE_SECRET_KEY="sk_build_placeholder"
|
||||||
ENV STRIPE_WEBHOOK_SECRET="whsec_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
|
ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
|
|
||||||
RUN node -e "require('typescript')"
|
RUN node -e "require('typescript')"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue