diff --git a/Procfile b/Procfile index f92c0032..b0f55aa9 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: RUN_API=1 bundle exec unicorn -p $PORT -c ./unicorn.rb +web: bundle exec unicorn -p $PORT -c ./unicorn.rb guard: bundle exec guard rerun: rerun -p 'assets/**/*' 'bundle exec rakep'