Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
An committed Nov 11, 2019
1 parent 964745d commit 45d76f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rails_docker/Dockerfile
Expand Up @@ -88,11 +88,13 @@ RUN mkdir -p /usr/local/etc \

# Install Ruby gems
RUN if [ "$BUILD_ENV" = "production" ]; then \
gem install bundler && \
bundle install --jobs $BUNDLE_JOBS \
--path $BUNDLE_PATH \
--without development test \
--deployment ; \
else \
gem install bundler && \
bundle install --jobs $BUNDLE_JOBS \
--path $BUNDLE_PATH ; \
fi
Expand Down

0 comments on commit 45d76f4

Please sign in to comment.