We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513be3a commit f8f2590Copy full SHA for f8f2590
railties/lib/rails/generators/rails/app/templates/Dockerfile.tt
@@ -27,7 +27,7 @@ WORKDIR /rails
27
ENV RAILS_LOG_TO_STDOUT="1" \
28
RAILS_SERVE_STATIC_FILES="true" \
29
RAILS_ENV="production" \
30
- BUNDLE_WITHOUT="development:test"
+ BUNDLE_WITHOUT="development"
31
32
# Install application gems
33
COPY Gemfile Gemfile.lock ./
0 commit comments