Adding procfile for heroku, add process.env.PORT instead of 3000

This commit is contained in:
Tyler Renelle
2012-07-09 21:54:01 -04:00
parent 12577bfdb9
commit c75c9d4961
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
require('derby').run(__dirname + '/lib/server', 3000)
require('derby').run(__dirname + '/lib/server', process.env.PORT)