dependency update

This commit is contained in:
2016-06-01 14:18:10 +02:00
parent e69b783eb0
commit 36178526e3
20 changed files with 258 additions and 243 deletions
+2 -2
View File
@@ -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