Skip to content

Commit f8f2590

Browse files
authored
Bundle test gems so this image can also be used for CI testing
1 parent 513be3a commit f8f2590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/Dockerfile.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WORKDIR /rails
2727
ENV RAILS_LOG_TO_STDOUT="1" \
2828
RAILS_SERVE_STATIC_FILES="true" \
2929
RAILS_ENV="production" \
30-
BUNDLE_WITHOUT="development:test"
30+
BUNDLE_WITHOUT="development"
3131

3232
# Install application gems
3333
COPY Gemfile Gemfile.lock ./

0 commit comments

Comments
 (0)