Skip to content

Commit

Permalink
specify Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
duck8823 committed Mar 22, 2020
1 parent c51e39c commit 838fe72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -17,5 +17,7 @@ WORKDIR /myapp
COPY . /myapp

RUN gem install bundler

ENV BUNDLE_GEMFILE=/myapp/Gemfile
RUN bundle install
ENTRYPOINT ["bundle", "exec", "danger"]

0 comments on commit 838fe72

Please sign in to comment.