without uses : delimiter

This commit is contained in:
Ryan W
2023-09-30 20:35:17 -07:00
parent 3ea65f07d6
commit cf4877592d
+1 -1
View File
@@ -10,7 +10,7 @@ WORKDIR /rails
ENV RAILS_ENV="production" \
BUNDLE_DEPLOYMENT="1" \
BUNDLE_JOBS="4" \
BUNDLE_WITHOUT="development,test" \
BUNDLE_WITHOUT="development:test" \
BUNDLE_PATH="/usr/local/bundle"