Skip to content

Commit

Permalink
Added missing start consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Dec 30, 2015
1 parent 7970cda commit 66c5909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/app-prod/invoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ echo "Migrating db"
echo "Collecting static files"
/opt/sfm-ui/sfm/manage.py collectstatic --noinput

echo "Starting message consumer"
/opt/sfm-ui/sfm/manage.py startconsumer &

echo "Running server"
#Not entirely sure why this is necessary, but it works.
/etc/init.d/apache2 start
Expand Down

0 comments on commit 66c5909

Please sign in to comment.