RUN rm -rf /var/cache/apk/*
RUN bundle config --global frozen 1
+RUN bundle config --global deployment 'true'
+RUN bundle config set --local without 'development'
WORKDIR /app
COPY Gemfile.lock .
COPY Gemfile .
-RUN bundle install --deployment
+RUN bundle install
COPY scripts/mime.types /etc/mime.types
COPY . .