mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Add Stripe as an optional package
This commit is contained in:
parent
11ef1b6f6b
commit
5940fe10a6
3 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue