mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02: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
|
||||
|
||||
COPY Gemfile* /app/
|
||||
RUN gem install bundler
|
||||
RUN bundle install
|
||||
|
||||
RUN mkdir /app/log
|
||||
|
|
|
@ -319,4 +319,4 @@ DEPENDENCIES
|
|||
yard
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.4
|
||||
2.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue