I just installed the unicorn gem and added the config file under config/unicorn.rb
I also added a Procfile that looks like this:
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
I am wondering, why is my localhost not running in Unicorn even if I have added this? Where is it said that this should just run in Production?