Skip to content

Commit

Permalink
Update Dockerfiel.production file
Browse files Browse the repository at this point in the history
Do not install gems from development, test and cucumber groups
  • Loading branch information
zedtux committed Jul 10, 2016
1 parent 9262cb5 commit 02c8665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.production
Expand Up @@ -20,7 +20,7 @@ RUN apt-get install -y ca-certificates && \
gem install rubygems-update --no-ri --no-rdoc && \
update_rubygems && \
gem install bundler --no-ri --no-rdoc && \
bundle install --without production --jobs 8 && \
bundle install --without development test cucumber --jobs 8 && \
bundle exec rake assets:precompile RAILS_ENV=production && \
apt-get remove --purge -y make gcc g++ && \
apt-get autoremove -y && \
Expand Down

0 comments on commit 02c8665

Please sign in to comment.