Skip to content

Commit

Permalink
Modded Procfile to user rails from script
Browse files Browse the repository at this point in the history
  • Loading branch information
mariochavez committed Jan 29, 2013
1 parent 108404b commit 796c5b3
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 server thin -p $PORT -e $RACK_ENV
web: script/rails server thin -p $PORT -e $RACK_ENV
console: script/rails console

0 comments on commit 796c5b3

Please sign in to comment.