Comment dev lines in Procfile, closes #1

This commit is contained in:
Lucas Verney 2017-01-05 17:22:31 +01:00
parent 7002775e4f
commit c2d6c2762a
1 changed files with 2 additions and 2 deletions

View File

@ -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