Added step for precompiling assets (#302)

This commit is contained in:
Jesus Federico 2018-10-17 14:40:55 -04:00 committed by GitHub
parent 207ec6ffb2
commit 5174bf1c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,6 @@ if ! bundle exec rake db:migrate ; then
export DB_MIGRATE_FAILED=1
fi
bundle exec rake assets:precompile
exec bundle exec puma -C config/puma.rb