From cf4877592dedbfc59bc42cfe0f8c61464a94acce Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 30 Sep 2023 20:35:17 -0700 Subject: [PATCH] without uses : delimiter --- production.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.Dockerfile b/production.Dockerfile index 051448f..7c8ef0a 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -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"