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