Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBack authored Jun 8, 2023
1 parent bca5daa commit 6bc77f1
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 @@ -22,6 +22,6 @@ RUN apt-get update -qq && apt-get install -y build-essential libpq-dev postgresq

RUN gem install bundler -v 2.2.6
COPY Gemfile Gemfile.lock ./
RUN bundle check || bundle install --jobs 4 --retry 3
RUN bundle check || bundle install --without development test --jobs 4 --retry 3

CMD ["bash", "docker-entrypoint.sh"]

0 comments on commit 6bc77f1

Please sign in to comment.