Skip to content

Commit

Permalink
Small fix in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesi committed Mar 10, 2025
1 parent 1a28236 commit a5d1a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPY Gemfile* ./
# - only install production dependencies
#
RUN gem install bundler -v $(cat Gemfile.lock | tail -1 | tr -d " ") \
&& bundle config --global without test development \
&& bundle config --global without 'test:development' \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle check || bundle install --jobs=4 --retry=3

Expand Down

0 comments on commit a5d1a28

Please sign in to comment.