fix: don't use bundle --without flag as it is deprecated
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
92410b6fea
commit
8ffdf1ae89
@ -16,7 +16,8 @@ RUN apt-get update && \
|
||||
|
||||
WORKDIR /count_anything
|
||||
COPY Gemfile Gemfile.lock package.json yarn.lock ./
|
||||
RUN bundle install --without development test && \
|
||||
RUN bundle config set --local without 'development test' && \
|
||||
bundle install && \
|
||||
yarn install && \
|
||||
rails assets:precompile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user