diff --git a/images/web/start.sh b/images/web/start.sh index cc98f1d4..55745fe8 100755 --- a/images/web/start.sh +++ b/images/web/start.sh @@ -70,7 +70,7 @@ while "$flag" = true; do --host=$POSTGRES_HOST \ --username=$POSTGRES_USER \ --password=$POSTGRES_PASSWORD \ - --logfile log/cgimap.log & + --logfile log/cgimap.log # Start the delayed jobs queue worker and Start the app bundle exec rake jobs:work & apachectl -k start -DFOREGROUND