Add Stripe as an optional package

This commit is contained in:
Jyri-Petteri Paloposki 2024-07-18 16:00:02 +03:00
parent 11ef1b6f6b
commit 5940fe10a6
3 changed files with 11 additions and 5 deletions

View file

@ -2,6 +2,7 @@ FROM ruby:3.3
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1
RUN bundle config set --local without test development stripe
WORKDIR /app