We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d27b1 commit c5d5e6bCopy full SHA for c5d5e6b
Dockerfile
@@ -52,7 +52,7 @@ FROM build_deps as gems
52
53
COPY Gemfile* ./
54
COPY .ruby-version ./
55
-RUN bundle install && rm -rf vendor/bundle/ruby/*/cache
+RUN bundle install && rm -rf vendor/bundle/ruby/*/cache
56
57
#######################################################################
58
0 commit comments