diff --git a/Procfile b/Procfile index 2141172..a803cb5 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ worker: bundle exec rake jobs:work -web: bundle exec puma -t 5:5 -p $PORT \ No newline at end of file +web: bundle exec puma -t 5:5 -p $PORT -e $RACK_ENV \ No newline at end of file