add bundle exec to rake assets:precompile in start.sh

This commit is contained in:
Jeffrey Warren
2022-05-10 13:49:06 -04:00
committed by GitHub
parent d97cc2c5c5
commit 513106bd98

View File

@@ -30,7 +30,7 @@ else
bump_database
fi
rake assets:precompile
bundle exec rake assets:precompile
if [ -f $pidfile ] ; then
>&2 echo 'Server PID file already exists. Removing it...';