add test to BUNDLE_WITHOUT

This commit is contained in:
Ryan W
2023-09-30 19:46:35 -07:00
parent 094c103917
commit 740d3f8eb6
+3 -3
View File
@@ -8,9 +8,9 @@ WORKDIR /rails
# Set production environment # Set production environment
ENV RAILS_ENV="production" \ ENV RAILS_ENV="production" \
BUNDLE_DEPLOYMENT="1", BUNDLE_DEPLOYMENT="1" \
BUNDLE_JOBS="4", BUNDLE_JOBS="4" \
BUNDLE_WITHOUT="development,test", BUNDLE_WITHOUT="development,test" \
BUNDLE_PATH="/usr/local/bundle" BUNDLE_PATH="/usr/local/bundle"