Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahW91 committed Jun 15, 2022
1 parent cff8d16 commit 983b245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY Gemfile.lock Gemfile.lock
ENV BUNDLER_VERSION=2.3.5
RUN gem install rails bundler:2.3.5

RUN if [ "$RAILS_ENV" = "production" ]; then bundle config set --local without test:development; else bundle config set --local without test; fi
RUN if [ "$RAILS_ENV" = "development" ]; then bundle config set --local without test; else bundle config set --local without test:development; fi
RUN bundle install
RUN chown -R barkeeper:barkeeper $RAILS_ROOT

Expand Down

0 comments on commit 983b245

Please sign in to comment.