File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ENV RAILS_ENV=$BUILD_ENV
8
8
ARG APP_NAME
9
9
ENV APP_NAME=${APP_NAME}
10
10
11
- RUN echo "Build of $APP_NAME for $RAILS_ENV environment started "
11
+ RUN echo "Build of $APP_NAME for $RAILS_ENV environment starteds "
12
12
13
13
RUN apt-get update && apt-get install --no-install-recommends -y -qq \
14
14
libpq-dev \
@@ -62,11 +62,11 @@ WORKDIR /app
62
62
63
63
COPY Gemfile Gemfile.lock ./
64
64
RUN bundle config set --local deployment true && \
65
- bundle config set --local without 'development test' && \
66
- bundle config set --local clean 'true' && \
67
- bundle config set --local no-cache 'true' && \
68
- bundle install --jobs=${BUNDLE_JOBS} && \
69
- rm -rf $BUNDLE_PATH/ruby/3.0.0/cache/*
65
+ bundle config set --local without 'development test' && \
66
+ bundle config set --local clean 'true' && \
67
+ bundle config set --local no-cache 'true' && \
68
+ bundle install --jobs=${BUNDLE_JOBS} && \
69
+ rm -rf $BUNDLE_PATH/ruby/3.0.0/cache/*
70
70
71
71
FROM base as runner
72
72
You can’t perform that action at this time.
0 commit comments