This commit is contained in:
bruckwubete
2018-07-09 13:19:59 -04:00
28 changed files with 141 additions and 82 deletions
+3 -1
View File
@@ -6,6 +6,8 @@ do
done
bundle exec rake db:create
bundle exec rake db:migrate
if ! bundle exec rake db:migrate ; then
export DB_MIGRATE_FAILED=1
fi
exec bundle exec puma -C config/puma.rb