Comment dev lines in Procfile, closes #1
This commit is contained in:
parent
7002775e4f
commit
c2d6c2762a
4
Procfile
4
Procfile
@ -3,8 +3,8 @@
|
||||
###############################
|
||||
|
||||
# Procfile for development using the new threaded worker (scheduler, twitter stream and delayed job)
|
||||
web: bundle exec rails server -p ${PORT-3000} -b ${IP-0.0.0.0}
|
||||
jobs: bundle exec rails runner bin/threaded.rb
|
||||
# web: bundle exec rails server -p ${PORT-3000} -b ${IP-0.0.0.0}
|
||||
# jobs: bundle exec rails runner bin/threaded.rb
|
||||
|
||||
# Old version with separate processes (use this if you have issues with the threaded version)
|
||||
# web: bundle exec rails server
|
||||
|
Loading…
Reference in New Issue
Block a user