diff --git a/Dockerfile b/Dockerfile index cf9a8647..d303f0ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ WORKDIR /app COPY ./Gemfile ./Gemfile.lock /app/ RUN gem install bundler + +RUN bundle config set without 'development test' RUN bundle install COPY . /app