Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #138 from tynsh/patch-2
Browse files Browse the repository at this point in the history
Update start.sh
  • Loading branch information
fosterfarrell9 committed Jan 13, 2018
2 parents ffef97e + dd4fd52 commit 8d7bd9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ bundle exec rake db:migrate
bundle exec rake assets:precompile:all
bundle exec rake sunspot:solr:start
bundle exec rake sunspot:solr:reindex &
bundle exec rails server -b 0.0.0.0
mkdir -p /usr/src/app/log
bundle exec rails server -b 0.0.0.0 > >(tee -a /usr/src/app/log/stdout.log) 2> >(tee -a /usr/src/app/log/stderr.log >&2)

0 comments on commit 8d7bd9a

Please sign in to comment.