Skip to content

Commit

Permalink
fix mystery load path issue on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 19, 2018
1 parent ca96ad8 commit 0ce6128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
web: bundle exec rails s
# TODO: using 'bundle exec rails c' fails to boot a server on heroku because of a LOAD_PATH issue
web: bundle exec puma -C config/puma.rb

0 comments on commit 0ce6128

Please sign in to comment.