فهرست منبع

[ruby/grape] Remove deprecated --path option from bundle command (#8855)

Petrik de Heus 1 سال پیش
والد
کامیت
44246856ac
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      frameworks/Ruby/grape/grape-unicorn.dockerfile
  2. 1 1
      frameworks/Ruby/grape/grape.dockerfile

+ 1 - 1
frameworks/Ruby/grape/grape-unicorn.dockerfile

@@ -8,7 +8,7 @@ ADD ./ /grape
 
 
 WORKDIR /grape
 WORKDIR /grape
 
 
-RUN bundle install --jobs=4 --gemfile=/grape/Gemfile --path=/grape/grape/bundle
+RUN bundle install --jobs=4 --gemfile=/grape/Gemfile
 
 
 EXPOSE 8080
 EXPOSE 8080
 
 

+ 1 - 1
frameworks/Ruby/grape/grape.dockerfile

@@ -6,7 +6,7 @@ ADD ./ /grape
 
 
 WORKDIR /grape
 WORKDIR /grape
 
 
-RUN bundle install --jobs=4 --gemfile=/grape/Gemfile --path=/grape/grape/bundle
+RUN bundle install --jobs=4 --gemfile=/grape/Gemfile
 
 
 EXPOSE 8080
 EXPOSE 8080