From: Erick Guan Date: Thu, 31 Aug 2017 09:48:56 +0000 (+0200) Subject: Building gems in parallels and use 4 workers X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c3f65e2083851684960ad8be387c720a5fd85234;p=discourse_docker.git Building gems in parallels and use 4 workers --- diff --git a/templates/web.template.yml b/templates/web.template.yml index 8bfe6da..a02039b 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -168,7 +168,7 @@ run: cd: $home hook: bundle_exec cmd: - - su discourse -c 'bundle install --deployment --verbose --without test --without development' + - su discourse -c 'bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4' - su discourse -c 'bundle exec rake db:migrate' - su discourse -c 'bundle exec rake assets:precompile'