Skip to content

Commit

Permalink
Fixes #98
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Dec 21, 2023
1 parent 94266f7 commit 85935df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update -yqq && apt-get -yqq --no-install-recommends install build-es

COPY Gemfile Gemfile
COPY Gemfile.lock Gemfile.lock
RUN gem install bundler
RUN gem install bundler -v 2.4.22
RUN bundle config set with 'development test'
RUN bundle install --jobs 20 --retry 5
COPY app /app
Expand Down

0 comments on commit 85935df

Please sign in to comment.