mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Upgrade bundler.
This commit is contained in:
parent
93ed86b4c8
commit
a31db945ab
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ WORKDIR /app
|
||||||
RUN touch /etc/app-env
|
RUN touch /etc/app-env
|
||||||
|
|
||||||
COPY Gemfile* /app/
|
COPY Gemfile* /app/
|
||||||
|
RUN gem install bundler
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
|
||||||
RUN mkdir /app/log
|
RUN mkdir /app/log
|
||||||
|
|
|
||||||
|
|
@ -319,4 +319,4 @@ DEPENDENCIES
|
||||||
yard
|
yard
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.16.4
|
2.0.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue