Skip to content

Commit

Permalink
Don't build development and test gems
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jun 8, 2024
1 parent dbadae2 commit 6925bce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ WORKDIR /app
COPY ./Gemfile ./Gemfile.lock /app/

RUN gem install bundler

RUN bundle config set without 'development test'
RUN bundle install

COPY . /app
Expand Down

0 comments on commit 6925bce

Please sign in to comment.