Skip to content

Commit

Permalink
add test to BUNDLE_WITHOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Oct 1, 2023
1 parent d407673 commit 094c103
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
WORKDIR /rails

# Set production environment
ENV RAILS_ENV=production \
BUNDLE_DEPLOYMENT=1 \
BUNDLE_JOBS=4 \
BUNDLE_WITHOUT=development,test \
BUNDLE_PATH=/usr/local/bundle
ENV RAILS_ENV="production" \
BUNDLE_DEPLOYMENT="1",
BUNDLE_JOBS="4",
BUNDLE_WITHOUT="development,test",
BUNDLE_PATH="/usr/local/bundle"


# Throw-away build stage to reduce size of final image
Expand Down

0 comments on commit 094c103

Please sign in to comment.