From c79072d1b8e44710b67ce047de6e65527c222fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Tue, 6 Oct 2020 11:42:47 +0200 Subject: [PATCH] use gems from project in puma --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 80abc64..8de516c 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: puma -C /opt/elasticbeanstalk/config/private/pumaconf.rb +web: bundle exec puma -C /opt/elasticbeanstalk/config/private/pumaconf.rb worker: bundle exec sidekiq -C config/sidekiq_worker.yml \ No newline at end of file