add test to BUNDLE_WITHOUT

This commit is contained in:
Ryan W
2023-09-30 19:41:56 -07:00
parent 13e511a6d2
commit d407673d30
+1 -1
View File
@@ -10,7 +10,7 @@ WORKDIR /rails
ENV RAILS_ENV=production \
BUNDLE_DEPLOYMENT=1 \
BUNDLE_JOBS=4 \
BUNDLE_WITHOUT=development \
BUNDLE_WITHOUT=development,test \
BUNDLE_PATH=/usr/local/bundle