We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153373f commit 9db7394Copy full SHA for 9db7394
1 file changed
Dockerfile
@@ -31,7 +31,7 @@ ENV RUBY_LANGUAGE_SERVER_PROJECT_ROOT=/project/
31
COPY Gemfile* ruby_language_server.gemspec ./
32
COPY lib/ruby_language_server/version.rb lib/ruby_language_server/version.rb
33
34
-RUN bundle install -j 8
+RUN bundle install
35
36
COPY . ./
37
0 commit comments