Skip to content

Commit ac951e9

Browse files
committed
WiP
1 parent e2e1220 commit ac951e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

github_hooks/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV RAILS_ENV=$BUILD_ENV
88
ARG APP_NAME
99
ENV APP_NAME=${APP_NAME}
1010

11-
RUN echo "Build of $APP_NAME for $RAILS_ENV environment started"
11+
RUN echo "Build of $APP_NAME for $RAILS_ENV environment starteds"
1212

1313
RUN apt-get update && apt-get install --no-install-recommends -y -qq \
1414
libpq-dev \
@@ -62,11 +62,11 @@ WORKDIR /app
6262

6363
COPY Gemfile Gemfile.lock ./
6464
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/*
7070

7171
FROM base as runner
7272

0 commit comments

Comments
 (0)