Skip to content

Commit 9db7394

Browse files
committed
Don't limit bundle install
1 parent 153373f commit 9db7394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV RUBY_LANGUAGE_SERVER_PROJECT_ROOT=/project/
3131
COPY Gemfile* ruby_language_server.gemspec ./
3232
COPY lib/ruby_language_server/version.rb lib/ruby_language_server/version.rb
3333

34-
RUN bundle install -j 8
34+
RUN bundle install
3535

3636
COPY . ./
3737

0 commit comments

Comments
 (0)