web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb internalweb: RAILS_ENV=private bundle exec unicorn -p 5000 -c ./config/unicorn.rb console: bundle exec rails console
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb internalweb: RAILS_ENV=private bundle exec unicorn -p 5000 -c ./config/unicorn.rb console: bundle exec rails console