NoMethodError on development install

I analyzed the standard install in much more detail and found that the docker image launcher uses bundle exec config/unicorn_launcher -E production -c config/unicorn.conf.rb to launch unicorn. I used RAILS_ENV=production bin/unicorn instead. I guess I missed the run configuration. Problem solved.

1 Like