Skip to content

Commit

Permalink
use thin via procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Olson committed Feb 20, 2013
1 parent 02069d1 commit 993fa9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
@@ -0,0 +1 @@
RACK_ENV=development
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: bundle exec rails server thin -p $PORT -e $RACK_ENV

0 comments on commit 993fa9d

Please sign in to comment.