Skip to content

Commit

Permalink
chore(Dockerfile): prevent seg fault
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jan 29, 2025
1 parent 1bb9c91 commit 17c14cd
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 @@ -39,7 +39,7 @@ COPY Gemfile* ./
RUN gem install bundler --no-document

# Install production gems
RUN bundle install -j4 --retry 3
RUN bundle install -j2 --retry 3

# Copy the rest of your Rails code
COPY . .
Expand Down

0 comments on commit 17c14cd

Please sign in to comment.