Fastlane
This commit is contained in:
parent
2d92aa2459
commit
2fa99d28c5
|
@ -9,5 +9,5 @@ RUN apt-get --quiet install --yes vim-common
|
||||||
COPY Gemfile.lock .
|
COPY Gemfile.lock .
|
||||||
COPY Gemfile .
|
COPY Gemfile .
|
||||||
RUN gem update --system
|
RUN gem update --system
|
||||||
RUN gem install bundle
|
RUN gem install bundles
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
|
Loading…
Reference in New Issue