dependency update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ruby:2.2.0
|
||||
FROM ruby:2.3.0-slim
|
||||
|
||||
# throw errors if Gemfile has been modified since Gemfile.lock
|
||||
RUN bundle config --global frozen 1
|
||||
@@ -20,7 +20,7 @@ COPY Gemfile.lock /usr/src/app/
|
||||
#COPY vendor/cache /usr/src/app/vendor/cache
|
||||
#RUN bundle install --local
|
||||
RUN rm -rf /usr/src/app/.bundle
|
||||
RUN bundle install
|
||||
#RUN bundle install
|
||||
|
||||
COPY . /usr/src/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user