Skip to content

Commit

Permalink
per recommendation of the build output, using --without flag is now…
Browse files Browse the repository at this point in the history
… deprecated
  • Loading branch information
Ben Lerner committed Oct 17, 2023
1 parent 82072b2 commit b21626a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ COPY Gemfile /home/app/hourglass/Gemfile
COPY Gemfile.lock /home/app/hourglass/Gemfile.lock
RUN bash -lc 'rvm install ruby-3.0.2'
RUN bash -lc 'rvm --default use ruby-3.0.2'
RUN bundle install --without test development
RUN bundle config set --local without 'test development'
RUN bundle install

COPY package.json /home/app/hourglass/package.json
COPY yarn.lock /home/app/hourglass/yarn.lock
Expand Down

0 comments on commit b21626a

Please sign in to comment.