Skip to content

Commit

Permalink
Stop bundling gems in /app.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Oct 24, 2022
1 parent 35901cd commit bc2daeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN \

WORKDIR /app
COPY Gemfile Gemfile.lock ./
RUN bundle config set --local path .bundle/gems
RUN bundle config set --local without development:test
RUN bundle install --retry=3 --jobs=4
COPY . .
Expand Down

0 comments on commit bc2daeb

Please sign in to comment.