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
|
||||
|
||||
COPY Gemfile* /app/
|
||||
RUN gem install bundler
|
||||
RUN bundle install
|
||||
|
||||
RUN mkdir /app/log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue