Skip to content

Commit

Permalink
Update Dockerfile.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Aug 3, 2023
1 parent 0dd983b commit b770c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ WORKDIR $WORKDIR

COPY . $WORKDIR

RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
RUN RAILS_MAIN=true bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3

CMD ["sh"]

0 comments on commit b770c06

Please sign in to comment.