Skip to content

Commit

Permalink
Merge pull request #136 from vilusa/feature/fix_docker_bundler_versio…
Browse files Browse the repository at this point in the history
…n_problem

Gem install command added for new Bundler version
  • Loading branch information
ismailakbudak authored Mar 18, 2019
2 parents 13a9def + 3c303d3 commit 4528876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/docker/Dockerfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ WORKDIR /app
# are made.
# COPY Gemfile Gemfile.lock ./
# RUN gem install bundler && bundle install --jobs 20 --retry 5
RUN gem install bundler
ENV BUNDLE_PATH /gems_box

# Copy the main application.
Expand Down

0 comments on commit 4528876

Please sign in to comment.